Skip to content

Commit

Permalink
fix: semantic release trigger and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jan 3, 2022
1 parent d5b0070 commit e4bcb8e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": [
"master", "main",
"main",
{ "name": "release", "prerelease": "rc" }
],
"tagFormat": "v${version}",
Expand Down Expand Up @@ -43,9 +43,6 @@
{ "type": "test", "section": ":white_check_mark: Test", "hidden": false }
]}
}],
["@semantic-release/exec", {
"verifyReleaseCmd": "echo ${nextRelease.version} > VERSION"
}],
["@semantic-release/github", {
"addReleases": "top"
}],
Expand Down

0 comments on commit e4bcb8e

Please sign in to comment.