Skip to content

Commit

Permalink
Add instructions for git pull
Browse files Browse the repository at this point in the history
Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
  • Loading branch information
zeroalphat committed Nov 13, 2023
1 parent 5bc57f2 commit c9f068c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Follow [semantic versioning 2.0.0][semver] to choose the new version number.

```console
git checkout main
git pull
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 c9f068c

Please sign in to comment.