Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 950 Bytes

RELEASE.md

File metadata and controls

12 lines (11 loc) · 950 Bytes

# 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 against develop branch
  • Open a new PR against the branch of the oldest supported version of the salt repo (ex. 3006.x), and replace salt/cloud/deploy/bootstrap-salt.sh with the latest bootstrap-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!