Skip to content

Commit

Permalink
Merge pull request #143 from kmdkuk/release/v0.4.0
Browse files Browse the repository at this point in the history
Bump version to 0.4.0
  • Loading branch information
kmdkuk authored Dec 10, 2023
2 parents 3526365 + 64b9dfd commit 448b410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@ Follow [semantic versioning 2.0.0][semver] to choose a new version number.
$ git push origin release/v$VERSION
```

6. Merge the new pull request.
7. Add a new tag and push it as follows:

```console
$ git checkout main
$ git pull
$ git tag -a -m "Release v$VERSION" v$VERSION
$ git push origin v$VERSION
```
6. Merge the new pull request. Push tag automatically.

## (Option) Edit GitHub release page

Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ resources:

images:
- name: ghcr.io/kmdkuk/mcing-controller
newTag: 0.3.1
newTag: 0.4.0

0 comments on commit 448b410

Please sign in to comment.