Skip to content

Commit

Permalink
feat: trigger BREAKING
Browse files Browse the repository at this point in the history
BREAKING CHANGE: for prerelease v4
  • Loading branch information
kyranjamie committed Dec 16, 2020
1 parent 8f06a4d commit 152dbbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stacks-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SEMANTIC_RELEASE_PACKAGE: ${{ github.workflow }}
with:
# These plugins aren't packaged with semantic-release by default. So specify them here to ensure they get installed during this GH Action
# These plugins aren't packaged with semantic-release by default. So specify them here to ensure they get installed during this Github Action
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
Expand Down
19 changes: 5 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,13 @@
}
},
"release": {
"branch": [
"+([0-9])?(.{+([0-9]),x}).x",
"branches": [
{
"name": "master",
"prerelease": true
"name": "legacy/3.x.x",
"range": "3.x.x",
"channel": "3.x.x"
},
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 152dbbd

Please sign in to comment.