From e85c4edc80dd1c819c36f93ce39b60f6d7e19086 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 21 Oct 2020 16:35:57 +0100 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b182c1a..c6b561a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,6 +6,10 @@ - If there's a new Salt release(major), update the script to add support for it. - 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. +- 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 master 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. + +- Victory!