File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments