Commit cfe6ae2 1 parent 0f48b5b commit cfe6ae2 Copy full SHA for cfe6ae2
File tree 4 files changed +1990
-2131
lines changed
4 files changed +1990
-2131
lines changed Original file line number Diff line number Diff line change
1
+ name : Release
2
+ on :
3
+ push :
4
+ branches :
5
+ - master
6
+ jobs :
7
+ release :
8
+ name : Release
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - name : Checkout
12
+ uses : actions/checkout@v3
13
+ - name : Semantic Release
14
+ uses : cycjimmy/semantic-release-action@v3
15
+ with :
16
+ extra_plugins : |
17
+ @semantic-release/git
18
+ env :
19
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 39
39
"react-native" : " >=0.59.0"
40
40
},
41
41
"devDependencies" : {
42
- "@commitlint/config-conventional" : " ^8.1.0 " ,
42
+ "@commitlint/config-conventional" : " ^17.0.3 " ,
43
43
"@react-native-community/eslint-config" : " ^0.0.5" ,
44
- "@semantic-release/changelog" : " ^3 .0.4 " ,
45
- "@semantic-release/git" : " ^7 .0.16 " ,
44
+ "@semantic-release/changelog" : " ^6 .0.1 " ,
45
+ "@semantic-release/git" : " ^10 .0.1 " ,
46
46
"@types/react" : " ^16.9.2" ,
47
47
"@types/react-native" : " ^0.60.13" ,
48
48
"commitlint" : " ^8.1.0" ,
53
53
"pretty-quick" : " ^1.11.1" ,
54
54
"react" : " ^16.8.3" ,
55
55
"react-native" : " ^0.59.10" ,
56
- "semantic-release" : " ^15.13.24 " ,
56
+ "semantic-release" : " ^19.0.3 " ,
57
57
"typescript" : " ^3.6.3"
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments