Skip to content

Commit

Permalink
Update to fix the major/minor/patch detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefdhurst committed Dec 21, 2023
1 parent f42e858 commit 10e88fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
id: calculate
uses: paulhatch/[email protected]
with:
major_pattern: "/^(break,release)/"
minor_pattern: "/^(feature,new,add,update)/"
major_pattern: "/^(break|release)/"
minor_pattern: "/^(feature|new|add|update)/"
version_format: "${major}.${minor}.${patch}"
# - name: Calculate Next Version
# id: calculate
Expand Down

0 comments on commit 10e88fd

Please sign in to comment.