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: Masayuki Ishii <[email protected]>
  • Loading branch information
masa213f committed Jul 12, 2024
1 parent 1b0b9ad commit e6c2458
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 e6c2458

Please sign in to comment.