Skip to content

Commit 72bc624

Browse files
committed
fix: add bump to wording definitions
1 parent 5aed58a commit 72bc624

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
with:
5151
tag-prefix: "v"
5252
skip-tag: true
53-
minor-wording: 'feat,add,Adds,new'
54-
major-wording: 'MAJOR,cut-major'
55-
patch-wording: 'patch,fixes,fix,dependabot,deps-dev,deps,Bumps,chore'
53+
minor-wording: 'feat'
54+
major-wording: 'MAJOR,cut-major,release'
55+
patch-wording: 'patch,fixes,fix,dependabot,deps-dev,deps,Bumps,bump,chore'
5656

5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)