Skip to content

Commit bafda6a

Browse files
authored
Merge pull request #285 from IBM/fix-package-release
chore: fix semantic release failure due to npm registry
2 parents b732f0a + 96b344a commit bafda6a

File tree

2 files changed

+508
-432
lines changed

2 files changed

+508
-432
lines changed

.releaserc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"@semantic-release/git",
1515
{
1616
"assets": ["package.json", "common/version.go", "README.md", "CHANGELOG.md"],
17-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
17+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
18+
"author": {
19+
"name": "IBM",
20+
"email": "devx.network.services@ibm.com"
21+
}
1822
}
1923
],
2024
"@semantic-release/github"

0 commit comments

Comments
 (0)