Skip to content

Commit

Permalink
fix: 调整版本号规则
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 12, 2023
1 parent f4aeea1 commit 23e228d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
## branch to open pull release PR against (detected by default)
default-branch: dev
## Should breaking changes before 1.0.0 produce minor bumps? Default false
bump-minor-pre-major: true
bump-minor-pre-major: false
## Should feat changes before 1.0.0 produce patch bumps instead of minor bumps? Default false
bump-patch-for-minor-pre-major: true
bump-patch-for-minor-pre-major: false
## If set, create releases that are pre-major or pre-release version marked as pre-release on GitHub. Defaults false
prerelease: false
## header used within the release PR body, defaults to using :robot: I have created a release *beep* *boop*
Expand Down

0 comments on commit 23e228d

Please sign in to comment.