Skip to content

Commit

Permalink
Adding "release" to task_types
Browse files Browse the repository at this point in the history
  • Loading branch information
snmln committed Dec 6, 2024
1 parent 80a6d50 commit ba388e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert"]'
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert", "release"]'
add_label: 'false'

0 comments on commit ba388e8

Please sign in to comment.