Skip to content

Commit 025cc09

Browse files
Update action
1 parent 86f68e3 commit 025cc09

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @episerver/addons-developers

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
uses: actions/checkout@v1
4646

4747
- name: Get release version
48-
uses: hungoptimizely/jira-automation/releaseversion@v1
48+
uses: episerver/addons-addons-jira-automation/releaseversion@v1
4949
id: branchVersion
5050

5151
- name: Create JIRA release
52-
uses: hungoptimizely/jira-automation/release@v1
52+
uses: episerver/addons-addons-jira-automation/release@v1
5353
with:
5454
jira-project: <Project key, e.g.: GA, AFORM,...>
5555
jira-package: <Package name, e.g.: EPiServer.GoogleAnalytics, EPiServer.Forms,...>

release/jira-release.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,13 @@ const createJiraRelease = async ({
104104
// }
105105
// core.info(`Skip issue ${issueKey}. It already has a release note`);
106106
return null;
107-
}));
107+
})
108+
.catch((err) => {
109+
core.warning(`Issue ${issueKey} occurs error when updating release note`)
110+
111+
return null;
112+
})
113+
);
108114
});
109115

110116
await Promise.all(requests);

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
10-
"author": "hungoptimizely",
10+
"author": "episerver",
1111
"license": "ISC",
1212
"dependencies": {
1313
"@actions/core": "^1.10.0",

releasenotes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
10-
"author": "hungoptimizely",
10+
"author": "episerver",
1111
"license": "ISC",
1212
"dependencies": {
1313
"@actions/core": "^1.10.0",

releaseversion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
10-
"author": "hungoptimizely",
10+
"author": "episerver",
1111
"license": "ISC",
1212
"dependencies": {
1313
"@actions/core": "^1.10.0",

utils/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
10-
"author": "hungoptimizely",
10+
"author": "episerver",
1111
"license": "ISC",
1212
"dependencies": {
1313
"conventional-recommended-bump": "^6.1.0",

utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
10-
"author": "hungoptimizely",
10+
"author": "episerver",
1111
"license": "ISC",
1212
"dependencies": {
1313
"conventional-recommended-bump": "^6.1.0",

0 commit comments

Comments
 (0)