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.
1 parent 0b16221 commit 5effd6fCopy full SHA for 5effd6f
.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