File tree Expand file tree Collapse file tree 3 files changed +3
-389
lines changed Expand file tree Collapse file tree 3 files changed +3
-389
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [[ -n "$DEPLOY_KEY" ]]; then
2828fi
2929git checkout -b travis-temp
3030yarn version --no-git-tag-version --new-version $NEW_VERSION
31- yarn github-changes -o scala -r vscode-scala-syntax --no-merges -t " Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
31+ npx github-changes -o scala -r vscode-scala-syntax --no-merges -t " Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
3232git commit -am " Update release notes for $TRAVIS_TAG "
3333git remote remove origin
3434git remote add origin
[email protected] :scala/vscode-scala-syntax.git
Original file line number Diff line number Diff line change 4444 "devDependencies" : {
4545 "@types/node" : " ^12.6.8" ,
4646 "ajv" : " ^6.10.2" ,
47- "github-changes" : " ^1.1.2" ,
4847 "ts-node" : " ^8.3.0" ,
4948 "tsc" : " ^1.20150623.0" ,
5049 "typescript" : " ^3.5.3" ,
You can’t perform that action at this time.
0 commit comments