File tree Expand file tree Collapse file tree 4 files changed +133
-3914
lines changed Expand file tree Collapse file tree 4 files changed +133
-3914
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
41
41
- run :
42
42
name : Install dependencies
43
43
command : |
44
- yarn global add semantic-release@15
44
+ yarn global add @oclif/semantic-release@3 semantic-release@15
45
45
yarn --frozen-lockfile
46
46
- run :
47
47
name : Cutting release
48
48
command : |
49
49
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
50
50
export GH_TOKEN=$(./scripts/github_token.js 290530)
51
51
git remote set-url origin "https://x-access-token:[email protected] /heroku/typescript-api-schema.git"
52
- semantic-release
52
+ semantic-release -e @oclif/semantic-release
53
53
- save_cache :
54
54
key : v2-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
55
55
paths :
Original file line number Diff line number Diff line change 5
5
"bugs" : " https://github.com/heroku/typescript-api-schema/issues" ,
6
6
"devDependencies" : {
7
7
"@oclif/tslint" : " ^2.0.0" ,
8
- "@semantic-release/changelog" : " ^3.0.0" ,
9
- "@semantic-release/git" : " ^7.0.1" ,
10
- "@semantic-release/npm" : " ^5.0.2" ,
11
8
"http-call" : " ^5.2.0" ,
12
9
"json-schema-to-typescript" : " ^5.5.0" ,
13
10
"jsonwebtoken" : " ^8.3.0" ,
14
- "semantic-release" : " ^15.9.8" ,
15
11
"tslint" : " ^5.11.0" ,
16
12
"typescript" : " ^3.0.1"
17
13
},
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments