Skip to content

Commit

Permalink
Merge pull request #121 from elmiko/update-release-doc
Browse files Browse the repository at this point in the history
minor update to release instructions
  • Loading branch information
k8s-ci-robot authored Jan 17, 2025
2 parents fb29bc9 + 031972d commit c045bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ The Kubernetes Template Project is released on an as-needed basis. The process i
1. An issue is proposing a new release with a changelog since the last release
1. All [OWNERS](OWNERS) must LGTM this release
1. Before tagging a new release, ensure that the `metadata.yaml` and `clusterctl-settings.json` files are up to date
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $REPO $VERSION`
1. The release issue is closed
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] Cluster API Kubemark provider $VERSION is released`

0 comments on commit c045bb1

Please sign in to comment.