Skip to content

Commit

Permalink
fix: add 'ci' to list of accepted types (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwqt committed Dec 3, 2021
1 parent 1872a7a commit 82a2a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shipjs-lib/src/lib/const.js
Expand Up @@ -6,6 +6,7 @@ export const GIT_COMMIT_PREFIX_PATCH = new Set([
'perf',
'test',
'chore',
'ci'
]);

export const GIT_COMMIT_PREFIX_MINOR = new Set(['feat']);
Expand Down

0 comments on commit 82a2a31

Please sign in to comment.