From 8d4bd5888af8a3350db8c16ca1f21273a7c89a30 Mon Sep 17 00:00:00 2001 From: Frank Weindel <6070611+frank-weindel@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:41:31 -0400 Subject: [PATCH] Update Release Procedure --- RELEASE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b3d5c737..509809f6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -27,7 +27,7 @@ pnpm publish --access public git push # Push version tag to github -git push vX.X.X +git push origin vX.X.X # Pop the stash (if one was created) git stash pop @@ -40,6 +40,9 @@ git stash pop 3. Target: _main_ 4. Name the release with the same name as the tag: vX.X.X 5. Click "Generate release notes" -6. Edit the release notes as appropriate. +6. Edit the release notes as appropriate: + - User facing changes should go under the main "What's Changed" heading + - Mark all breaking changes with: :warning: **Breaking Change:** (Description) + - If there are non-user facing changes move them to a new level 3 heading called: **Non-User Facing**. 7. Set as the latest release: _Check_ 8. Click "Publish release"