Skip to content

Commit

Permalink
chore: update release notes script with new instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 21, 2022
1 parent b8534b1 commit afcc2f5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/printReleaseNotesTemplate.js
Expand Up @@ -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
Expand Down

1 comment on commit afcc2f5

@vercel
Copy link

@vercel vercel bot commented on afcc2f5 Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.