Skip to content

Commit

Permalink
Merge pull request #18 from cybozu-go/remove-git-neco
Browse files Browse the repository at this point in the history
Update release procedure to use gh command
  • Loading branch information
masa213f committed Jul 12, 2024
2 parents 340a6ee + af7b6c4 commit 4a7ab4c
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 4a7ab4c

Please sign in to comment.