Skip to content

Commit cd91086

Browse files
committed
feat: added more headings
1 parent 970c0bc commit cd91086

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
git config tag.gpgsign true
5050
git config user.signingkey ${GPG_KEY_ID}
5151
52-
yarn lerna version 1.0.0 --force-git-tag --yes --loglevel silly
52+
yarn lerna version --conventional-commits --message "chore: bump version" --force-git-tag --yes --loglevel silly
5353
5454
git push origin main --follow-tags

packages/first-project/foo.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Hello world!
1+
# Hello world!
2+
3+
# A new heading for a minor bump

packages/second-project/bar.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Hello world!
1+
# Hello world!
2+
3+
# A new heading for a minor bump

0 commit comments

Comments
 (0)