salt-bootstrap/RELEASE.md

16 lines
899 B
Markdown
Raw Normal View History

2021-08-19 21:27:08 +02:00
[#](#) Release process
2020-06-23 13:02:57 -06:00
- 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.
2020-10-20 19:54:27 +01:00
- If there's a new Salt release(major), update the script to add support for it.
2022-03-15 15:43:01 +01:00
- Bump version for release.
2020-06-23 13:02:57 -06:00
- Open PR against develop with these changes.
2022-03-15 15:43:01 +01:00
- Once the above PR is merged, open a PR against stable with the changes from develop.
- Once the above PR is merged, wait until an automatic PR is opened against stable which updates the checksums.
2020-10-21 16:35:57 +01:00
- Once the above PR is merged, tag the release `v{version-here}` and push the tag.
2022-03-15 15:43:01 +01:00
- Wait until an automatic PR is opened against the develop branch updating the checksums in `README.rst`. Merge it.
- Check that an automated PR was opened against the salt repo updating the bootstrap script, located in `salt/cloud/deploy/bootstrap-salt.sh`
2020-10-21 16:35:57 +01:00
- Victory!