Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
remove git-neco commands
add description of Chart update

Signed-off-by: Tomoki Sugiura <[email protected]>
  • Loading branch information
chez-shanpu committed Jan 10, 2025
1 parent 23c8eb7 commit f7e234f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,23 @@ It should look like:

2. Make a branch to release

```console
$ git neco dev "bump-$VERSION"
```
```console
$ git switch main
$ git pull origin main
$ git switch -c "bump-$VERSION"
```

3. Edit `CHANGELOG.md` for the new version ([example][]).
4. Commit the change and push it.
4. Edit `charts/tenet/Chart.yaml` for the new version ([example][]).
5. Commit the change and push it.

```console
$ git commit -a -m "Bump version to $VERSION"
$ git neco review
$ gh pr create --fill --assignee @me
```

5. Merge this branch.
6. Add a git tag to the main HEAD, then push it.
6. Merge this branch.
7. Add a git tag to the main HEAD, then push it.

```console
# Set VERSION again.
Expand All @@ -75,3 +78,4 @@ create a new GitHub release.

[semver]: https://semver.org/spec/v2.0.0.html
[example]: https://github.com/cybozu-go/etcdpasswd/commit/77d95384ac6c97e7f48281eaf23cb94f68867f79
[example]: https://github.com/cybozu-go/tenet/pull/44/files

0 comments on commit f7e234f

Please sign in to comment.