Skip to content

Commit

Permalink
Merge pull request #90 from a-kenji/hide-foot-gun
Browse files Browse the repository at this point in the history
Final-Release: use a more descriptive git tag
  • Loading branch information
RossComputerGuy authored Oct 30, 2024
2 parents d6fb77d + de759f3 commit 812bd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Final-Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export NEWVER=23.05
1. Find the commit id and tag the release **on the release branch**:
```bash
git tag --annotate --message="Release $NEWVER" $NEWVER <COMMIT_ID>
git tag --annotate --message="Release $NEWVER" "branch-off-$NEWVER" <COMMIT_ID>
git push upstream $NEWVER
```
Expand Down

0 comments on commit 812bd5b

Please sign in to comment.