Skip to content

Commit

Permalink
feat: action
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 8, 2023
1 parent fe563dd commit 866118e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GIT_ACTION }}
with:
patch-wording: 'fix' # Providing patch-wording will override commits
minor-wording: 'feat'
patch-wording: 'feat' # Providing patch-wording will override commits
minor-wording: 'feat-minor'
major-wording: 'BREAK CHANGE'

- name: Publish to NPM
Expand Down

0 comments on commit 866118e

Please sign in to comment.