We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7801531 commit af11fd1Copy full SHA for af11fd1
scripts/publish.ts
@@ -201,12 +201,12 @@ async function run() {
201
return
202
}
203
204
- // if (recommendedReleaseLevel === -1) {
205
- // console.info(
206
- // `There have been no changes since the release of ${latestTag} that require a new version. You're good!`,
207
- // )
208
- // return
209
- // }
+ if (recommendedReleaseLevel === -1) {
+ console.info(
+ `There have been no changes since the release of ${latestTag} that require a new version. You're good!`,
+ )
+ return
+ }
210
211
212
function getSorterFn<TItem>(sorters: ((d: TItem) => any)[]) {
0 commit comments