You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/docs/internal/release.md

561 B

Release

To release a new version the following steps should be followed:

  1. Create a new branch from master i.e. release-<next semver>. This will function as your release preparation branch.
  2. Change the VERSION value in cmd/tk/main.go to that of the semver release you are going to make. Commit and push your changes.
  3. Create a PR for your release branch and get it merged into master.
  4. Create a <next semver> tag for the merge commit in master and push it to remote.
  5. Confirm CI builds and releases the newly tagged version.