File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,15 @@ It should look like:
4747 ```
4848
49493 . Edit ` CHANGELOG.md ` for the new version ([ example_changelog] [ ] ).
50- 4 . Edit ` charts/tenet/Chart.yaml ` for the new version ([ example_chart] [ ] ).
51- 5 . Commit the change and push it.
50+ 4 . Commit the change and push it.
5251
5352 ``` console
5453 $ git commit -a -m "Bump version to $VERSION"
5554 $ gh pr create --fill --assignee @me
5655 ```
5756
58- 6 . Merge this branch.
59- 7 . Add a git tag to the main HEAD, then push it.
57+ 5 . Merge this branch.
58+ 6 . Add a git tag to the main HEAD, then push it.
6059
6160 ```console
6261 # Set VERSION again.
@@ -78,4 +77,3 @@ create a new GitHub release.
7877
7978[semver]: https://semver.org/spec/v2.0.0.html
8079[example_changelog]: https://github.com/cybozu-go/etcdpasswd/commit/77d95384ac6c97e7f48281eaf23cb94f68867f79
81- [example_chart]: https://github.com/cybozu-go/tenet/pull/44/files
You can’t perform that action at this time.
0 commit comments