Skip to content

Commit

Permalink
[ci skip] 2024.07.22-30238
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Jul 22, 2024
2 parents 70655ed + 6d3a5c0 commit 32ba990
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 32ba990

Please sign in to comment.