Skip to content

Commit f58b560

Browse files
ci: fix releaserc (#24)
1 parent 3e1b879 commit f58b560

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.releaserc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2-
"tagFormat": "${version}",
2+
"tagFormat": "v${version}",
3+
"branches": ["main"],
34
"plugins": [
45
"@semantic-release/commit-analyzer",
56
"@semantic-release/release-notes-generator",
6-
"@semantic-release/changelog",
7-
["@semantic-release/github",{
8-
"githubUrl": "https://github.ibm.com",
9-
"githubApiPathPrefix": "/api/v3"
7+
"@semantic-release/github",
8+
["@semantic-release/git", {
9+
"assets": "false"
10+
}],
11+
["@semantic-release/exec", {
12+
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
1013
}]
1114
]
1215
}

0 commit comments

Comments
 (0)