Skip to content

Commit 96b344a

Browse files
committed
chore: fix semantic release failure due to npm registry
Signed-off-by: Sridhar G K <gksridhar09@gmail.com>
1 parent b732f0a commit 96b344a

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)