Skip to content

Commit f56636a

Browse files
committed
fix: cleanup semantic-release
1 parent df324ba commit f56636a

4 files changed

Lines changed: 1119 additions & 785 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ jobs:
2929
run: npm run build:dist
3030

3131
- name: Semantic Release 🚀
32-
uses: cycjimmy/semantic-release-action@v4
32+
uses: cycjimmy/semantic-release-action@v5
3333
id: semantic
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3737
with:
38-
semantic_version: 23
38+
extra_plugins: |
39+
@semantic-release/changelog
40+
@semantic-release/git
3941
release-docker:
4042
needs: release-npm
4143
uses: ./.github/workflows/release_docker.yml

.releaserc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
"range": "8.x",
66
"channel": "8.x"
77
},
8+
{
9+
"name": "9.x",
10+
"range": "9.x",
11+
"channel": "9.x"
12+
},
13+
{
14+
"name": "10.x",
15+
"range": "10.x",
16+
"channel": "10.x"
17+
},
18+
{
19+
"name": "11.x",
20+
"range": "11.x",
21+
"channel": "11.x"
22+
},
823
{
924
"name": "main"
1025
},

0 commit comments

Comments
 (0)