Skip to content

Commit

Permalink
update release procedure.
Browse files Browse the repository at this point in the history
Signed-off-by: UMEZAWA Takeshi <[email protected]>
  • Loading branch information
umezawatakeshi committed Jun 30, 2020
1 parent 858163c commit 60458d0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@ Bump version
2. Checkout `master` branch.
3. Make a branch to release, for example by `git neco dev "$VERSION"`
4. Edit `CHANGELOG.md` for the new version ([example][]).
5. Commit the change and push it.
5. Edit `README.md` for the new version ([readme-example][]) if needed.
6. Commit the change and push it.

```console
$ git commit -a -m "Bump version to $VERSION"
$ git neco review
```
6. Merge this branch.
7. Checkout `master` branch.
8. Add a git tag, then push it.
7. Merge this branch.
8. Checkout `master` branch.
9. Add a git tag, then push it.

```console
$ git tag "v$VERSION"
Expand All @@ -63,3 +64,4 @@ Finally, press `Publish release` button.

[semver]: https://semver.org/spec/v2.0.0.html
[example]: https://github.com/cybozu-go/etcdpasswd/commit/77d95384ac6c97e7f48281eaf23cb94f68867f79
[readme-example]: https://github.com/cybozu-go/contour-plus/commit/858163c5bee47fbf9f5fe2f2a28c7b997e23d7da

0 comments on commit 60458d0

Please sign in to comment.