Skip to content

Commit

Permalink
chore(scripts): reordering blocks in release notes template script (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanl17 authored Nov 5, 2024
1 parent 361f347 commit 72934dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/printReleaseNotesTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
------------ | ------------- | -------------
Expand Down

0 comments on commit 72934dd

Please sign in to comment.