Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 81841fa

Browse files
committed
build: Allow release commit prefix.
1 parent 970d10f commit 81841fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
// valid types + descriptions
1717
// feel free to add more types as necessary
1818
'type-enum': [2, 'always', [
19+
'release', // Release commits.
1920
'build', // Changes that affect the build system
2021
'ci', // Changes to our CI configuration files and scripts.
2122
'docs', // Documentation only changes

0 commit comments

Comments
 (0)