From 51c65ef6a808f8fa62960697a2f11000a601b9ed Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 20 Oct 2020 19:54:27 +0100 Subject: [PATCH] Update the release doc --- RELEASE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 808d8f5..b182c1a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,10 +3,9 @@ - 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. +- 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 -- 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 kitchen-salt with the new stable release.