File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
4141 - run :
4242 name : Install dependencies
4343 command : |
44- yarn global add semantic-release@15
44+ yarn global add @oclif/semantic-release@3 semantic-release@15
4545 yarn --frozen-lockfile
4646 - run :
4747 name : Cutting release
4848 command : |
4949 export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
5050 export GH_TOKEN=$(./scripts/github_token.js 290530)
5151 git remote set-url origin "https://x-access-token:$GH_TOKEN@github.com/heroku/typescript-api-schema.git"
52- semantic-release
52+ semantic-release -e @oclif/semantic-release
5353 - save_cache :
5454 key : v2-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
5555 paths :
Original file line number Diff line number Diff line change 55 "bugs" : " https://github.com/heroku/typescript-api-schema/issues" ,
66 "devDependencies" : {
77 "@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" ,
118 "http-call" : " ^5.2.0" ,
129 "json-schema-to-typescript" : " ^5.5.0" ,
1310 "jsonwebtoken" : " ^8.3.0" ,
14- "semantic-release" : " ^15.9.8" ,
1511 "tslint" : " ^5.11.0" ,
1612 "typescript" : " ^3.0.1"
1713 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments