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 8a9c3e8 commit 3f795a8Copy full SHA for 3f795a8
scripts/release/release.js
@@ -91,8 +91,8 @@ const S3_VERSION_OBJECT_NAME = "scw-cli-v2-version";
91
*/
92
const GITHUB_CLONE_URL = `[email protected]:${GITHUB_OWNER}/${GITHUB_REPO}.git"`;
93
const GITHUB_REPO_URL = `https://github.com/${GITHUB_OWNER}/${GITHUB_REPO}`;
94
-const COMMIT_REGEX = new RegExp(`${_typeReg.source}${_scopeReg.source}: *${_messageReg.source} *${_mrReg.source}`);
95
const _typeReg = /(?<type>[a-zA-Z]+)/;
+const COMMIT_REGEX = new RegExp(`${_typeReg.source}${_scopeReg.source}: *${_messageReg.source} *${_mrReg.source}`);
96
const _scopeReg = /(\((?<scope>.*)\))?/;
97
const _messageReg = /(?<message>[^(]*)/;
98
const _mrReg = /(\(#(?<mr>[0-9]+)\))?/;
0 commit comments