Skip to content

Commit 7b5e29e

Browse files
Merge pull request #66 from nicolasstucki/reenable-npx
Revert "Revert "Fix #45: Use npx to execute github-changes""
2 parents d4c7de5 + d83ed44 commit 7b5e29e

File tree

3 files changed

+3
-389
lines changed

3 files changed

+3
-389
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-
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
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
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",

0 commit comments

Comments
 (0)