Skip to content

Commit 07cda56

Browse files
authored
chore: use conventional bump commit message (#3335)
1 parent cf69b6c commit 07cda56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"node-rebuild": "node ./scripts/rebuild.js kerberos keytar interruptor",
2828
"packages-publish": "lerna publish from-package --allow-branch main",
2929
"postpackages-publish": "git push && git push --tags",
30-
"packages-version": "lerna version --allow-branch main --no-push --no-private -m \"chore(release): Bump package versions\"",
30+
"packages-version": "lerna version --allow-branch main --no-push --no-private -m \"chore(release): bump package versions\"",
3131
"release": "npm run release --workspace mongodb-compass --",
3232
"reformat": "lerna run reformat --stream --no-bail",
3333
"reformat-changed": "lerna run reformat --stream --no-bail --since origin/HEAD --exclude-dependents",

0 commit comments

Comments
 (0)