Skip to content

Commit

Permalink
fix(release): minor version pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent 8d12b8f commit 42533dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: paulhatch/semantic-version@v4.0.3
with:
major_pattern: "BREAKING CHANGE"
minor_pattern: "feat:"
minor_pattern: "feat"
bump_each_commit: true

- name: Generate changelog
Expand Down

0 comments on commit 42533dc

Please sign in to comment.