mirror of
https://github.com/fluxcd/flux2.git
synced 2025-11-03 03:12:00 +08:00
561 B
561 B
Release
To release a new version the following steps should be followed:
- Create a new branch from
masteri.e.release-<next semver>. This will function as your release preparation branch. - Change the
VERSIONvalue incmd/tk/main.goto 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 inmasterand push it to remote. - Confirm CI builds and releases the newly tagged version.