Skip to content

Commit

Permalink
trying to fix version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed May 21, 2024
1 parent 7c61cd6 commit 88f5972
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/task-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
id: version
uses: paulhatch/[email protected]
with:
minor_pattern: "feat: "
major_pattern: "release: "
bump_each_commit_patch_pattern: "(fix|add): "
minor_pattern: "feat:"
minor_regexp_flags: ""
major_pattern: "release:"
major_regexp_flags: ""
bump_each_commit: true

- name: log result
Expand Down

0 comments on commit 88f5972

Please sign in to comment.