File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 if : github.ref == 'refs/heads/main'
3838
3939 steps :
40+ - name : Checkout repo
41+ uses : actions/checkout@v2
42+
43+ - name : Use Node
44+ uses : actions/setup-node@v1
45+ with :
46+ node-version : ' 16'
47+
48+ - name : Install deps
49+ uses : bahmutov/npm-install@v1
50+
4051 - name : Release
4152 env :
4253 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5454 },
5555 "devDependencies" : {
5656 "@graphql-codegen/cli" : " ^2.1.1" ,
57+ "@semantic-release/git" : " ^9.0.0" ,
5758 "@size-limit/preset-small-lib" : " ^5.0.3" ,
5859 "@types/minimatch" : " ^3.0.5" ,
5960 "graphql-tag" : " ^2.12.5" ,
6061 "husky" : " ^7.0.1" ,
61- "size-limit" : " ^5.0.3" ,
6262 "semantic-release" : " ^17.4.7" ,
63+ "size-limit" : " ^5.0.3" ,
6364 "standard-version" : " ^9.3.1" ,
6465 "tsdx" : " ^0.14.1" ,
6566 "tslib" : " ^2.3.1" ,
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ plugins : [ '@semantic-release/git' ] ,
3+ } ;
You can’t perform that action at this time.
0 commit comments