Skip to content

Commit

Permalink
chore(release-tooling): Add note about generating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jan 1, 2024
1 parent 7078c60 commit 174b053
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/release/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ export async function main() {
await resolveMilestones()
console.log()

console.log(
'If you want to use `yarn release:notes` to generate release notes, now would be a good time to do so.'
)
await question(
"Press any key to continue when you're done with the release notes > "
)

switch (semver) {
case 'major':
case 'minor':
Expand Down

0 comments on commit 174b053

Please sign in to comment.