Skip to content

Commit a8d96d5

Browse files
committed
Change commit message on version bump commits. Publishing is a separate step.
1 parent 6193a6e commit a8d96d5

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
@@ -22,7 +22,7 @@
2222
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
2323
"ci": "yarn lint && yarn test:compat",
2424
"build": "lerna run build",
25-
"bump": "lerna version",
25+
"bump": "lerna version -m \"Bump\"",
2626
"postbump": "yarn build",
2727
"storybook": "start-storybook -p 6006",
2828
"build-storybook": "build-storybook -o docs"

0 commit comments

Comments
 (0)