Skip to content

Commit

Permalink
Merge pull request #101 from cybozu-go/update-release-doc
Browse files Browse the repository at this point in the history
update RELEASE.md
  • Loading branch information
shunki-fujita authored Jun 25, 2024
2 parents 76c9203 + bf01a47 commit 293f9d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ It should look like:

```console
# Set VERSION and confirm it. It should not have "v" prefix.
# Patch version starts with 0
$ VERSION=x.y.z
$ echo $VERSION
```

2. Make a branch to release

```console
$ git neco dev "bump-$VERSION"
$ git neco dev "bump-v$VERSION"
```

3. Edit `CHANGELOG.md` for the new version ([example][]).
Expand Down

0 comments on commit 293f9d3

Please sign in to comment.