Skip to content

Commit 9805d78

Browse files
authored
ci: add explicit settings for chore commit type in the release CI configuration (#95)
1 parent 019cb9d commit 9805d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.releaserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ plugins:
2020
- { type: perf, section: Performance, hidden: false }
2121
- { type: revert, section: Reverts, hidden: false }
2222
- { type: refactor, section: Refactor, hidden: true }
23+
- { type: chore, section: Chores, hidden: true }
2324
- { type: test, section: Tests, hidden: true }
2425
- { type: ci, section: Continuous Integration, hidden: true }
2526

0 commit comments

Comments
 (0)