Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
ci: release on beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Apr 9, 2022
1 parent 3cafb89 commit 496a020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
npm i -G semantic-release @semantic-release/exec
npx semantic-release -b main
npx semantic-release
5 changes: 4 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
"branches": "main",
"branches": [
{ "name": "main" },
{ "name": "beta", "channel": "beta", "prerelease": "beta" },
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 496a020

Please sign in to comment.