Skip to content

Commit

Permalink
Use gh command instead of git-neco 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 11, 2024
1 parent 340a6ee commit 138679d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,18 @@ It should look like:
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 138679d

Please sign in to comment.