mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-01 18:47:23 +01:00
ci: release on beta branch
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user