Skip to content

Commit

Permalink
Update: checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
012xx committed Sep 9, 2024
1 parent 20b9c0a commit 49a60b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Follow [semantic versioning 2.0.0][semver] to choose the new version number.
2. Add a git tag to the main HEAD, then push it.

```console
$ git checkout main
$ git switch main
$ git tag -a -m "Release v$VERSION" "v$VERSION"
$ git tag -ln | grep $VERSION
$ git push origin v$VERSION
Expand Down

0 comments on commit 49a60b4

Please sign in to comment.