2020-06-23 13:02:57 -06:00
|
|
|
# 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.
|
2020-10-20 19:54:27 +01:00
|
|
|
- If there's a new Salt release(major), update the script to add support for it.
|
2020-06-23 13:02:57 -06:00
|
|
|
- Bump version for release
|
|
|
|
- Open PR against develop with these changes.
|
|
|
|
- Once the above PR is merged, open a PR against master with the changes from develop
|
|
|
|
- Open a PR against salt with the new stable release.
|
|
|
|
- Open a PR against kitchen-salt with the new stable release.
|