You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,10 @@
3
3
- See if there are any PRs worth squeezing into release.
4
4
- Go through the changes since last release, add them to changelog.
5
5
- Add any new authors to the AUTHORS file.
6
-
- If there's a new Salt release(major), update the script to add support for it.
6
+
- If there's a new Salt release(major), update the script to add support for it.
7
7
- Bump version for release.
8
8
- Open PR against develop with these changes.
9
-
- Once the above PR is merged, open a PR against stable with the changes from develop.
10
-
- Once the above PR is merged, wait until an automatic PR is opened against stable which updates the checksums.
11
-
- Once the above PR is merged, tag the release `v{version-here}` and push the tag.
12
-
- Wait until an automatic PR is opened against the develop branch updating the checksums in `README.rst`. Merge it.
13
-
- Check that an automated PR was opened against the salt repo updating the bootstrap script, located in `salt/cloud/deploy/bootstrap-salt.sh`
14
-
9
+
- Once the above PR is merged, go to [Cut Release](https://github.com/saltstack/salt-bootstrap/actions/workflows/release.yml) and `Run workflow` against `develop` branch
10
+
- Open a new PR against the branch of the oldest supported version of [the salt repo](https://github.com/saltstack/salt) (ex. `3006.x`), and replace `salt/cloud/deploy/bootstrap-salt.sh` with the latest `bootstrap-salt.sh` file
11
+
- When that PR is merged into [the salt repo](https://github.com/saltstack/salt), merge-forwards into the latest branches and `master` will ensure that the latest bootstrap script is available
0 commit comments