Skip to content

Commit

Permalink
feat: feat not increasing semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR authored Feb 16, 2024
1 parent a1b9acb commit c0ccd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: PaulHatch/[email protected]
with:
major_pattern: "major:"
minor_pattern: /^feat:/
minor_pattern: "/feat:/"
format: "${major}.${minor}.${patch}-prerelease${increment}"
id: version

Expand Down

0 comments on commit c0ccd0b

Please sign in to comment.