Skip to content

Commit

Permalink
Merge pull request #71 from cybozu-go/update-20240722
Browse files Browse the repository at this point in the history
Update release procedure to use gh command
  • Loading branch information
masa213f authored Jul 12, 2024
2 parents 30e6e51 + 3db190a commit 243c8d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,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 push it.

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

5. Merge this branch.
Expand Down

0 comments on commit 243c8d5

Please sign in to comment.