Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit c553e34

Browse files
committed
chore: development
1 parent 6229c29 commit c553e34

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,7 @@ jobs:
3131
uses: cycjimmy/semantic-release-action@v2
3232
with:
3333
semantic_version: 16
34-
branches: |
35-
[
36-
'master',
37-
'next',
38-
{
39-
name: 'alpha',
40-
prerelease: true
41-
}
42-
]
34+
branch: alpha
4335
extra_plugins: |
4436
@semantic-release/git
4537
env:

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@
9393
"pre-commit": "lint-staged"
9494
},
9595
"release": {
96+
"branches": [
97+
"master",
98+
"next",
99+
{
100+
"name": "alpha",
101+
"prerelease": true
102+
}
103+
],
96104
"plugins": [
97105
[
98106
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)