Skip to content

Commit b7d15a4

Browse files
authored
feat: new module template format (#16)
1 parent bc09014 commit b7d15a4

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

.releaserc

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
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
}

0 commit comments

Comments
 (0)