Skip to content

Commit 357c6bc

Browse files
committed
feat: semantic release branch
1 parent d06b19d commit 357c6bc

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/depoy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10-
10+
env:
11+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1112
jobs:
1213
build:
1314
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,7 @@
8989
},
9090
"release": {
9191
"branches": [
92-
"+([0-9])?(.{+([0-9]),x}).x",
93-
"main",
94-
"next",
95-
"next-major",
96-
{
97-
"name": "beta",
98-
"prerelease": true
99-
},
100-
{
101-
"name": "alpha",
102-
"prerelease": true
103-
}
92+
"main"
10493
]
10594
}
10695
}

0 commit comments

Comments
 (0)