Skip to content

Commit

Permalink
Merge pull request #59 from cybozu-go/update-readme
Browse files Browse the repository at this point in the history
Update Release.md
  • Loading branch information
012xx authored Sep 9, 2024
2 parents 20b9c0a + 49a60b4 commit c0e6ab7
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 c0e6ab7

Please sign in to comment.