Skip to content

Commit

Permalink
Merge pull request #2615 from cybozu-go/remove-git-neco
Browse files Browse the repository at this point in the history
Remove git-neco
  • Loading branch information
chez-shanpu committed Jul 22, 2024
2 parents 01ee9bf + c7ee075 commit 6d3a5c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Create branch.
```console
$ VERSION=x.y.z
$ echo $VERSION
$ git neco dev "bump-$VERSION"
$ git switch main
$ git pull origin main
$ git switch -c "bump-$VERSION"
```

Build `generate-artifacs` and update `artifacts.go`.
Expand All @@ -38,7 +40,7 @@ Create a PR.

```console
$ git commit -s -m "Update artifacts"
$ git neco review
$ gh pr create --fill
```

After CI is finished, merge it.

0 comments on commit 6d3a5c0

Please sign in to comment.