We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553aeda commit d594ac7Copy full SHA for d594ac7
1 file changed
packages/semantic_release_jira/index.js
@@ -59,7 +59,7 @@ module.exports = {
59
// Extract Jira tickets from commit messages
60
const jiraTickets = new Set()
61
62
- const jiraRegex = /(AEA-\d+)/g
+ const jiraRegex = /\[(AEA-\d+)\]/g
63
64
for (const commit of commits) {
65
const matches = commit.message.match(jiraRegex)
0 commit comments