From afcc2f5c627c4e3693f82d68e629f524dc5e4b3c Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Wed, 21 Dec 2022 13:48:07 -0800 Subject: [PATCH] chore: update release notes script with new instructions --- scripts/printReleaseNotesTemplate.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/printReleaseNotesTemplate.js b/scripts/printReleaseNotesTemplate.js index a8b86736441..314c49ec8c3 100644 --- a/scripts/printReleaseNotesTemplate.js +++ b/scripts/printReleaseNotesTemplate.js @@ -13,13 +13,15 @@ const PREV_RELEASE = const CHANGELOG_COMMAND = `git log --pretty=format:'%aN | %s | %h' --abbrev-commit --reverse ${PREV_RELEASE}..origin/${BASE_BRANCH}` const TEMPLATE = ` -Upgrade the Command Line Interface (CLI) with: +## Installation and upgrading - npm install --global @sanity/cli +**To initiate a new Studio without installing the CLI globally:** -Upgrade Sanity Studio with: + npx create-sanity@latest - sanity upgrade +**To upgrade a v3 Studio:** + + npm install sanity@latest # ✨ Highlights