Skip to content

Commit

Permalink
deploy: do not generate release notes
Browse files Browse the repository at this point in the history
it's too absurd, pulling in changes that go back many years
  • Loading branch information
isaacs committed Sep 28, 2023
1 parent 09506ad commit 8fb4d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/version.mts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ const publish = (names: string[], pre: boolean = false) => {
'release',
'create',
tag,
'--generate-notes',
'--verify-tag',
]
if (pre) args.push('-p')
Expand Down

0 comments on commit 8fb4d0e

Please sign in to comment.