Update the release doc

This commit is contained in:
Pedro Algarvio 2020-10-20 19:54:27 +01:00
parent 4c7f3a00bb
commit 51c65ef6a8
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -3,10 +3,9 @@
- See if there are any PRs worth squeezing into release. - See if there are any PRs worth squeezing into release.
- Go through the changes since last release, add them to changelog. - Go through the changes since last release, add them to changelog.
- Add any new authors to the AUTHORS file. - 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 - Bump version for release
- Open PR against develop with these changes. - Open PR against develop with these changes.
- Once the above PR is merged, open a PR against master with the changes from develop - Once the above PR is merged, open a PR against master with the changes from develop
- Add a commit on that PR for updating the .sha256 files
- Once the PR against master is merged, update shasums on README on the develop branch
- Open a PR against salt with the new stable release. - Open a PR against salt with the new stable release.
- Open a PR against kitchen-salt with the new stable release. - Open a PR against kitchen-salt with the new stable release.