diff --git a/RELEASE.md b/RELEASE.md index e74d099d..d3781b45 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/kustomization.yaml b/kustomization.yaml index 4aa294ad..9dd7d257 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -3,4 +3,4 @@ resources: images: - name: ghcr.io/kmdkuk/mcing-controller - newTag: 0.3.1 + newTag: 0.4.0