Skip to content

Commit 4a45b4a

Browse files
authored
Merge pull request #59 from cybozu-go/fix-release-procedure
Fix release procedure
2 parents e129d5c + fc31614 commit 4a45b4a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/release.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,15 @@ It should look like:
4747
```
4848

4949
3. 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

0 commit comments

Comments
 (0)