Skip to content

Commit

Permalink
Merge pull request #1 from zigang93/build/release
Browse files Browse the repository at this point in the history
build(release): finalize release config
  • Loading branch information
zigang93 authored Jul 28, 2022
2 parents a366bf8 + 99a0194 commit 15ea73a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"branches": [
"main",
{ "name": "release", "prerelease": false },
{ "name": "dev", "prerelease": true },
{ "name": "development", "prerelease": true }
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
["@semantic-release/github", { "successComment": false, "releasedLabels": ["released"] }]
]
}

0 comments on commit 15ea73a

Please sign in to comment.