diff --git a/scripts/publish.ts b/scripts/publish.ts index 0cd15f2..51247b6 100644 --- a/scripts/publish.ts +++ b/scripts/publish.ts @@ -201,12 +201,12 @@ async function run() { return } - // if (recommendedReleaseLevel === -1) { - // console.info( - // `There have been no changes since the release of ${latestTag} that require a new version. You're good!`, - // ) - // return - // } + if (recommendedReleaseLevel === -1) { + console.info( + `There have been no changes since the release of ${latestTag} that require a new version. You're good!`, + ) + return + } } function getSorterFn(sorters: ((d: TItem) => any)[]) {