Skip to content

Commit

Permalink
Remove git-neco
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoki Sugiura <[email protected]>
  • Loading branch information
chez-shanpu committed Jul 22, 2024
1 parent 5179a8a commit 4e5991c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ You should also update `sigs.k8s.io/controller-runtime` Go package periodically.
2. Make a branch to release

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

3. Edit `CHANGELOG.md` for the new version ([example][]).
Expand All @@ -59,7 +61,7 @@ You should also update `sigs.k8s.io/controller-runtime` Go package periodically.

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

7. Merge this branch.
Expand Down

0 comments on commit 4e5991c

Please sign in to comment.