We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970c0bc commit cd91086Copy full SHA for cd91086
3 files changed
.github/workflows/bump-version.yml
@@ -49,6 +49,6 @@ jobs:
49
git config tag.gpgsign true
50
git config user.signingkey ${GPG_KEY_ID}
51
52
- yarn lerna version 1.0.0 --force-git-tag --yes --loglevel silly
+ yarn lerna version --conventional-commits --message "chore: bump version" --force-git-tag --yes --loglevel silly
53
54
git push origin main --follow-tags
packages/first-project/foo.md
@@ -1 +1,3 @@
1
-# Hello world!
+# Hello world!
2
+
3
+# A new heading for a minor bump
packages/second-project/bar.md
0 commit comments