From 8f39791c2c969aab1346fb9aa073fc9bcdc6c270 Mon Sep 17 00:00:00 2001 From: krionbsd Date: Thu, 19 Aug 2021 21:27:08 +0200 Subject: [PATCH] Change master to develop branch --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index c6b561a..64db0f0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# Release process +[#](#) Release process - See if there are any PRs worth squeezing into release. - Go through the changes since last release, add them to changelog. @@ -7,7 +7,7 @@ - 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 master which updates the checksums. +- 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, 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.