We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b16221 + af2c581 commit a4feb6cCopy full SHA for a4feb6c
.github/scripts/update-version.sh
@@ -34,6 +34,10 @@ fi
34
echo "New Arduino Version: $ESP_ARDUINO_VERSION"
35
echo "ESP-IDF Version: $ESP_IDF_VERSION"
36
37
+echo "Updating issue template..."
38
+cat .github/ISSUE_TEMPLATE/Issue-report.yml | \
39
+sed "s/.*\- latest master .*/ - latest master \(checkout manually\)\\n - v$ESP_ARDUINO_VERSION/g" > __issue-report.yml && mv __issue-report.yml .github/ISSUE_TEMPLATE/Issue-report.yml
40
+
41
echo "Updating platform.txt..."
42
cat platform.txt | sed "s/version=.*/version=$ESP_ARDUINO_VERSION/g" > __platform.txt && mv __platform.txt platform.txt
43
0 commit comments