We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7953523 commit 1f4d4a2Copy full SHA for 1f4d4a2
src/main.ts
@@ -4,7 +4,7 @@ import { Version } from './version';
4
5
const MAJOR_REGEX = new RegExp('^(\\w+!: |\\w+\\(.+\\)!: )|BREAKING CHANGE');
6
const MINOR_REGEX = new RegExp('^(feat: |feat\\(.+\\): )');
7
-const PATCH_REGEX = new RegExp('^(fix: |fix\\(.+\\): |chore\\(deps.*\\): )');
+const PATCH_REGEX = new RegExp('^(fix: |fix\\(.+\\): |chore\\(deps\\): )');
8
9
const github = GithubService.create();
10
0 commit comments