Skip to content

Commit

Permalink
Merge pull request #114 from cybozu-go/update-20240718-2
Browse files Browse the repository at this point in the history
Update release procedure to use gh command
  • Loading branch information
masa213f committed Jul 19, 2024
2 parents 6314c38 + af76f1b commit 61f44e2
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 @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- Update release procedure to use gh command ([#114](https://github.com/cybozu-go/setup-hw/pull/114))
- Update dependencies ([#113](https://github.com/cybozu-go/setup-hw/pull/113))
- Update actions/setup-go
- Update go module dependencies
Expand Down
7 changes: 5 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,18 @@ 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][]).
4. Commit the change and create a new pull request

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

5. Merge the pull request.
Expand Down

0 comments on commit 61f44e2

Please sign in to comment.