Skip to content

Commit

Permalink
Update release procedure to use gh command
Browse files Browse the repository at this point in the history
Signed-off-by: zeroalphat <[email protected]>
  • Loading branch information
zeroalphat committed Jul 18, 2024
1 parent c6b6904 commit da10a7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed

- Update dependencies in [#283](https://github.com/cybozu-go/sabakan/pull/283)
- Update release procedure to use gh command [#284](https://github.com/cybozu-go/sabakan/pull/284)

## [3.1.1] - 2024-03-21

Expand Down
7 changes: 5 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ Bump version
2. Make a branch to release

```console
$ git neco dev "bump-$VERSION"
$ git checkout main
$ git pull
$ git checkout -b "bump-$VERSION"
```

3. Edit `CHANGELOG.md` for the new version ([example][]).
Expand All @@ -68,7 +70,8 @@ Bump version

```console
$ git commit -a -m "Bump version to $VERSION"
$ git neco review
$ git push -u origin HEAD
$ gh pr create -f
```

6. Merge this branch.
Expand Down

0 comments on commit da10a7d

Please sign in to comment.