Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed May 12, 2024
1 parent 1b37a58 commit b2c8787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/task-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

- name: scan commits for versioning
id: version
uses: paulhatch/semantic-version@v5.3.0
uses: paulhatch/semantic-version@v5.4.0
with:
minor_pattern: "feat: "
major_pattern: "release: "
bump_each_commit: true
bump_each_commit_patch_pattern: "(fix|add): "
bump_each_commit: true

- name: log package after
run: cat ./package.json

0 comments on commit b2c8787

Please sign in to comment.