From 72934ddbb1741334abf69c0af7ba3f98be864a85 Mon Sep 17 00:00:00 2001 From: Jordan Lawrence Date: Tue, 5 Nov 2024 12:44:50 +0000 Subject: [PATCH] chore(scripts): reordering blocks in release notes template script (#7758) --- scripts/printReleaseNotesTemplate.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/printReleaseNotesTemplate.ts b/scripts/printReleaseNotesTemplate.ts index e3d770f83c3..542490abe55 100644 --- a/scripts/printReleaseNotesTemplate.ts +++ b/scripts/printReleaseNotesTemplate.ts @@ -13,12 +13,6 @@ const PREV_RELEASE = const CHANGELOG_COMMAND = `git log --pretty=format:'%aN | %s | %h' --abbrev-commit --reverse ${PREV_RELEASE}..origin/${BASE_BRANCH}` const TEMPLATE = ` -# Install or upgrade Sanity Studio - -To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on [Installing and Upgrading Sanity Studio](https://www.sanity.io/docs/upgrade). - -If you are updating from a version earlier than [3.37.0](https://www.sanity.io/changelog/93306939-973b-4e48-bb63-89a6b91d70b3), you should also check out [this article](https://www.sanity.io/help/upgrade-packages) to ensure your dependencies are up to date. - # ✨ Highlights ## Awesome feature X @@ -38,6 +32,12 @@ A few words about the awesome feature Y, preferably with screengifs - Fixes 🐛 - Fixes 🦗 +# Install or upgrade Sanity Studio + +To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on [Installing and Upgrading Sanity Studio](https://www.sanity.io/docs/upgrade). + +If you are updating from a version earlier than [3.37.0](https://www.sanity.io/changelog/93306939-973b-4e48-bb63-89a6b91d70b3), you should also check out [this article](https://www.sanity.io/help/upgrade-packages) to ensure your dependencies are up to date. + # 📓 Full changelog Author | Message | Commit ------------ | ------------- | -------------