642 B
642 B
Release
To release a new version the following steps should be followed:
- Create a new branch from
master
i.e.release-<next semver>
. This will function as your release preparation branch. - Add an entry to the
CHANGELOG.md
for the new release and change thenewTag
value inconfig/manager/kustomization.yaml
to that of the semver release you are going to make. Commit and push your changes. - Create a PR for your release branch and get it merged into
master
. - Create a
<next semver>
tag for the merge commit inmaster
and push it to remote. - Confirm CI builds and releases the newly tagged version.