From 10c0b114bbe17ee49f3444cf04045a4eb66f2688 Mon Sep 17 00:00:00 2001 From: krionbsd Date: Tue, 15 Mar 2022 15:43:01 +0100 Subject: [PATCH] Add some info and fixes to RELEASE.md --- RELEASE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 64db0f0..8c36c56 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,12 +4,12 @@ - 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 +- Bump version for release. - Open PR against develop with these changes. -- 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 develop which updates the checksums. +- 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. - Once the above PR is merged, tag the release `v{version-here}` and push the tag. -- Wait until an automatic PR is opened against the develop branch updating the release informtion. Merge it. -- Check that an automated PR was opened against the salt repo updating the bootstrap script. +- 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` - Victory!