Skip to content

Commit

Permalink
chore: add prerelease channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Soares authored and SoaresMG committed Jul 8, 2021
1 parent a25920f commit 04278ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- beta

jobs:
load-modules:
Expand Down
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["master"],
"branches": ["master", {"name": "beta", "prerelease": true}],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits",
Expand All @@ -20,4 +20,4 @@
}],
"@semantic-release/github"
]
}
}

0 comments on commit 04278ec

Please sign in to comment.