Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit af2c581

Browse files
me-no-devlucasssvaz
andauthored
fix(script): Update .github/scripts/update-version.sh
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
1 parent 5effd6f commit af2c581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/scripts/update-version.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ echo "New Arduino Version: $ESP_ARDUINO_VERSION"
3535
echo "ESP-IDF Version: $ESP_IDF_VERSION"
3636

3737
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
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
4040

4141
echo "Updating platform.txt..."
4242
cat platform.txt | sed "s/version=.*/version=$ESP_ARDUINO_VERSION/g" > __platform.txt && mv __platform.txt platform.txt

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /