Skip to content

Commit 46ac62a

Browse files
committed
chore: comment magic options
1 parent 5521ef3 commit 46ac62a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ jobs:
151151
with:
152152
token: ${{ secrets.GITHUB_TOKEN }}
153153
release-type: node
154+
# breaking changes should rev the minor (remove after v1)
154155
bump-minor-pre-major: true
156+
# features should rev the patch (remove after v1)
155157
bump-patch-for-minor-pre-major: true
156158
- uses: actions/checkout@v3
157159
with:

0 commit comments

Comments
 (0)