diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9a7046..ac1c7ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,9 @@ name: release on: push: branches: + - "*.x" - main + - beta permissions: contents: write diff --git a/package.json b/package.json index 145240f..a3f3f32 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,11 @@ "release": { "branches": [ "+([0-9]).x", - "main" + "main", + { + "name": "beta", + "prerelease": true + } ], "plugins": [ "@semantic-release/commit-analyzer",