Skip to content

Commit 14d22e4

Browse files
committed
Revert "Fix #45: Use npx to execute github-changes"
This reverts commit aaa8332.
1 parent 8f1deeb commit 14d22e4

File tree

3 files changed

+389
-3
lines changed

3 files changed

+389
-3
lines changed

bin/ci-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ -n "$DEPLOY_KEY" ]]; then
2828
fi
2929
git checkout -b travis-temp
3030
yarn version --no-git-tag-version --new-version $NEW_VERSION
31-
npx github-changes -o scala -r vscode-scala-syntax --no-merges -t "Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
31+
yarn github-changes -o scala -r vscode-scala-syntax --no-merges -t "Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
3232
git commit -am "Update release notes for $TRAVIS_TAG"
3333
git remote remove origin
3434
git remote add origin [email protected]:scala/vscode-scala-syntax.git

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"devDependencies": {
4545
"@types/node": "^12.6.8",
4646
"ajv": "^6.10.2",
47+
"github-changes": "^1.1.2",
4748
"ts-node": "^8.3.0",
4849
"tsc": "^1.20150623.0",
4950
"typescript": "^3.5.3",

0 commit comments

Comments
 (0)