Skip to content

Commit

Permalink
chore: commitlint add revert type
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Feb 24, 2023
1 parent 154f664 commit 83a3e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const fs = require('fs');

const message = process.env['HUSKY_GIT_PARAMS'];
const types = ['feat', 'fix', 'chore', 'docs', 'style', 'refactor', 'perf', 'test'];
const types = ['feat', 'fix', 'chore', 'docs', 'style', 'refactor', 'perf', 'test', 'revert'];
const scopes = ['hooks', 'icons', 'platform', 'site', 'ui', 'utils', 'vscode-extension'];

function parseMessage(message) {
Expand Down

0 comments on commit 83a3e74

Please sign in to comment.