# Release process
- See if there are any PRs worth squeezing into release.
- Go through the changes since last release, add them to changelog.
- Add any new authors to the AUTHORS file.
- If there's a new Salt release (major), update the script to add support for it.
- Bump version for release.
- Open PR against develop with these changes.
- Once the above PR is merged, go to Cut Release and
Run workflow
againstdevelop
branch - Open a new PR against the branch of the oldest supported version of the salt repo (ex.
3006.x
), and replacesalt/cloud/deploy/bootstrap-salt.sh
with the latestbootstrap-salt.sh
file - When that PR is merged into the salt repo, merge-forwards into the latest branches and
master
will ensure that the latest bootstrap script is available - Victory!