Skip to content

Commit 03c8eff

Browse files
committed
Bypass no changes
1 parent 6fc7b7e commit 03c8eff

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)