Skip to content

Commit af11fd1

Browse files
committed
Fix publish script
1 parent 7801531 commit af11fd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/publish.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@ async function run() {
201201
return
202202
}
203203

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-
// }
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+
}
210210
}
211211

212212
function getSorterFn<TItem>(sorters: ((d: TItem) => any)[]) {

0 commit comments

Comments
 (0)