File tree 3 files changed +3
-389
lines changed
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
28
28
fi
29
29
git checkout -b travis-temp
30
30
yarn 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
32
32
git commit -am " Update release notes for $TRAVIS_TAG "
33
33
git remote remove origin
34
34
git remote add origin
[email protected] :scala/vscode-scala-syntax.git
Original file line number Diff line number Diff line change 44
44
"devDependencies" : {
45
45
"@types/node" : " ^12.6.8" ,
46
46
"ajv" : " ^6.10.2" ,
47
- "github-changes" : " ^1.1.2" ,
48
47
"ts-node" : " ^8.3.0" ,
49
48
"tsc" : " ^1.20150623.0" ,
50
49
"typescript" : " ^3.5.3" ,
You can’t perform that action at this time.
0 commit comments