Skip to content

Commit 72cf4e4

Browse files
committed
fix: adding jira release FT-1000
1 parent 2d14baa commit 72cf4e4

File tree

4 files changed

+469
-4
lines changed

4 files changed

+469
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.ADMIN_GH_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
JIRA_AUTH: ${{ secrets.JIRA_AUTH }}
3637

3738
- name: If on master, merge semantic release commits back to develop
3839
if: github.ref == 'refs/heads/master'

.releaserc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
"successComment": false,
3737
"failComment": false
3838
}
39-
]
39+
],
40+
["semantic-release-jira-releases", {
41+
"projectId": "FT",
42+
"releaseNameTemplate": "Test v${version}",
43+
"jiraHost": "colucom.atlassian.net",
44+
"ticketPrefixes": ["FT"],
45+
"ticketRegex": "[a-zA-Z]{3,5}-\\d{3,5}"
46+
}]
4047
]
4148
}

0 commit comments

Comments
 (0)