Skip to content

Commit

Permalink
fix: .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Feb 8, 2024
1 parent b039204 commit ba4bcb0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"preset": "conventionalcommits",
"parserOpts": {
"headerPattern": "^(\\[(NOISSUE|ISSUE|UXE)-.*])?\\s?(\\w+):\\s(.*)$",
"headerPattern": "^(\\[ISSUE-.*])?\\s?(\\w+):\\s(.*)$",
"headerCorrespondence": [
"scope",
"type",
Expand All @@ -27,7 +27,7 @@
{
"preset": "conventionalcommits",
"parserOpts": {
"headerPattern": "^(\\[(NOISSUE|ISSUE|UXE)-.*])?\\s?(\\w+):\\s(.*)$",
"headerPattern": "^(\\[ISSUE-.*])?\\s?(\\w+):\\s(.*)$",
"headerCorrespondence": [
"scope",
"type",
Expand All @@ -38,11 +38,9 @@
"preset": {
"name": "conventionalchangelog",
"issuePrefixes": [
"NOISSUE",
"ISSUE-",
"UXE-"
"ISSUE-"
],
"issueUrlFormat": "https://aziontech.atlassian.net/browse/{id}"
"issueUrlFormat": "https://github.com/aziontech/azion-web-kit/issues/{id}"
}
}
}
Expand Down

0 comments on commit ba4bcb0

Please sign in to comment.