We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1b879 commit f58b560Copy full SHA for f58b560
.releaserc
@@ -1,12 +1,15 @@
1
{
2
- "tagFormat": "${version}",
+ "tagFormat": "v${version}",
3
+ "branches": ["main"],
4
"plugins": [
5
"@semantic-release/commit-analyzer",
6
"@semantic-release/release-notes-generator",
- "@semantic-release/changelog",
7
- ["@semantic-release/github",{
8
- "githubUrl": "https://github.ibm.com",
9
- "githubApiPathPrefix": "/api/v3"
+ "@semantic-release/github",
+ ["@semantic-release/git", {
+ "assets": "false"
10
+ }],
11
+ ["@semantic-release/exec", {
12
+ "successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
13
}]
14
]
15
}
0 commit comments