Skip to content

Commit

Permalink
Merge pull request #474 from metrico/fix/version_wording
Browse files Browse the repository at this point in the history
fix: version wording
  • Loading branch information
jacovinus authored Jul 3, 2024
2 parents 8cbd20f + 853320b commit 40e7ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
skip-tag: true
minor-wording: 'feat,add,Adds,new'
major-wording: 'MAJOR,cut-major'
patch-wording: 'patch,fixes,fix,dependabot,deps-dev,deps,Bumps,chore'
patch-wording: 'Fix,patch,fixes,fix,dependabot,deps-dev,deps,Bumps,chore'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -52,7 +52,7 @@ jobs:
skip-tag: true
minor-wording: 'feat,add,Adds,new'
major-wording: 'MAJOR,cut-major'
patch-wording: 'patch,fixes,fix,dependabot,deps-dev,deps,Bumps,chore'
patch-wording: 'Fix,patch,fixes,fix,dependabot,deps-dev,deps,Bumps,chore'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 40e7ff1

Please sign in to comment.