File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed
Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change 11{
2- "tagFormat": "v${version}",
3- "branches": [
4- "main"
5- ],
6- "plugins": [
7- "@semantic-release/commit-analyzer",
8- "@semantic-release/release-notes-generator",
9- "@semantic-release/github",
10- "@semantic-release/git",
11- [
12- "@semantic-release/exec",
13- {
14- "successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
15- }
16- ]
17- ]
2+ "tagFormat": "v${version}",
3+ "branches": ["main"],
4+ "plugins": [
5+ "@semantic-release/commit-analyzer",
6+ "@semantic-release/release-notes-generator",
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"
13+ }]
14+ ]
1815}
You can’t perform that action at this time.
0 commit comments