File tree 3 files changed +18
-10
lines changed
3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 28
28
cache : ' yarn'
29
29
- run : yarn install
30
30
- run : yarn test
31
+ - name : Semantic release
32
+ uses : cycjimmy/semantic-release-action@v3
33
+ env :
34
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change
1
+ {
2
+ "branches" : [" master" ," wip/react-18" ],
3
+ "plugins" : [
4
+ " @semantic-release/commit-analyzer" ,
5
+ " @semantic-release/release-notes-generator" ,
6
+ " @semantic-release/changelog" ,
7
+ " @semantic-release/npm" ,
8
+ " @semantic-release/git"
9
+ ],
10
+ "dryRun" : true ,
11
+ "ci" : true ,
12
+ "debug" : true
13
+ }
Original file line number Diff line number Diff line change 167
167
"files" : [
168
168
" dist"
169
169
],
170
- "release" : {
171
- "plugins" : [
172
- " @semantic-release/commit-analyzer" ,
173
- " @semantic-release/release-notes-generator" ,
174
- " @semantic-release/changelog" ,
175
- " @semantic-release/npm" ,
176
- " @semantic-release/git"
177
- ],
178
- "branch" : " master"
179
- },
180
170
"commitlint" : {
181
171
"extends" : [
182
172
" @commitlint/config-conventional"
You can’t perform that action at this time.
0 commit comments