We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe2da9 commit 43bb421Copy full SHA for 43bb421
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
uses: actions/checkout@v1
10
11
- name: Comment PR
12
- uses: sbimochan/jira-link-commenter@v1.21
+ uses: sbimochan/jira-link-commenter@v2.0
13
14
with:
15
jira-project-url: https://jira.atlassian.net/browse
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jira-link-commenter",
3
- "version": "1.21.0",
+ "version": "2.0.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments