Skip to content

Commit 6ee4863

Browse files
committed
chore: update version script
1 parent 5e90af5 commit 6ee4863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bump-package-versions.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const getBumpType = (pkgInfo, commits) => {
7979
const isExperimental = pkgInfo.version.startsWith('0.');
8080
let bumpType = 'patch';
8181
for (const commit of commits) {
82-
// commit must be in the proper format
82+
// commit must be in the proper format (<type>: <description>)
8383
if (commit.indexOf(':') === -1) {
8484
continue;
8585
}

0 commit comments

Comments
 (0)