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 1f4d4a2 commit 7c89414Copy full SHA for 7c89414
dist/main/index.js
@@ -15054,7 +15054,7 @@ const github_1 = __nccwpck_require__(978);
15054
const version_1 = __nccwpck_require__(1946);
15055
const MAJOR_REGEX = new RegExp('^(\\w+!: |\\w+\\(.+\\)!: )|BREAKING CHANGE');
15056
const MINOR_REGEX = new RegExp('^(feat: |feat\\(.+\\): )');
15057
-const PATCH_REGEX = new RegExp('^(fix: |fix\\(.+\\): |chore\\(deps.*\\): )');
+const PATCH_REGEX = new RegExp('^(fix: |fix\\(.+\\): |chore\\(deps\\): )');
15058
const github = github_1.GithubService.create();
15059
function main() {
15060
var _a, _b;
0 commit comments