We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3cf9f commit 3ce609cCopy full SHA for 3ce609c
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 = /([A-Z]+-\d+)/g
+ const jiraRegex = /\[(AEA-\d+)\]/g
63
64
for (const commit of commits) {
65
const matches = commit.message.match(jiraRegex)
0 commit comments