Skip to content

Commit 4a13743

Browse files
authored
chore: Add 'release' to PR conventional commit types (#266)
1 parent fdee3c6 commit 4a13743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-title-conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: PR Conventional Commit Validation
1717
uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # v1.5.2
1818
with:
19-
task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert"]'
19+
task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert","release"]'
2020
add_label: 'false'
2121

0 commit comments

Comments
 (0)