Skip to content

Commit

Permalink
refactor: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Sep 26, 2023
1 parent e8ae2e3 commit a04e27e
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
{
branches: ["rec", "main"],
"plugins":
"branches": [
{
"name": "rec",
"channel": "beta",
"prerelease": true
},
{
"name": "main"
}
],
"plugins": [
[
["@semantic-release/npm", { "npmPublish": false }],
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/commit-analyzer",
"@semantic-release/git",
"@semantic-release/changelog",
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/commit-analyzer",
"@semantic-release/git",
"@semantic-release/changelog"
]
}

0 comments on commit a04e27e

Please sign in to comment.