Skip to content

Commit a8a852b

Browse files
committed
chore: use conventional commits for prereleases
1 parent c8d0664 commit a8a852b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "lerna run lint",
1515
"build": "lerna run build",
1616
"version": "lerna version --no-private --conventional-commits --create-release github --yes --exact",
17-
"publish-packages": "lerna publish from-git --yes",
18-
"version:canary": "npm run version -- --conventional-prerelease",
17+
"publish-packages": "lerna publish from-git --yes --conventional-commits",
18+
"version:canary": "npm run version -- --conventional-prerelease --conventional-bump-prerelease --force-git-tag",
1919
"publish-packages:canary": "npm run publish-packages -- --canary",
2020
"pre-commit": "lerna run pre-commit",
2121
"prepare": "husky"

0 commit comments

Comments
 (0)