Skip to content

Commit

Permalink
Fix #45: Use npx to execute github-changes
Browse files Browse the repository at this point in the history
This allows us to remove github-changes from the dependencies and remove some warining in github.
  • Loading branch information
nicolasstucki committed Sep 23, 2019
1 parent 439028b commit aaa8332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 389 deletions.
2 changes: 1 addition & 1 deletion bin/ci-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ -n "$DEPLOY_KEY" ]]; then
fi
git checkout -b travis-temp
yarn version --no-git-tag-version --new-version $NEW_VERSION
yarn github-changes -o scala -r vscode-scala-syntax --no-merges -t "Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
npx github-changes -o scala -r vscode-scala-syntax --no-merges -t "Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
git commit -am "Update release notes for $TRAVIS_TAG"
git remote remove origin
git remote add origin git@github.com:scala/vscode-scala-syntax.git
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@types/node": "^12.6.8",
"ajv": "^6.10.2",
"github-changes": "^1.1.2",
"ts-node": "^8.3.0",
"tsc": "^1.20150623.0",
"typescript": "^3.5.3",
Expand Down
Loading

0 comments on commit aaa8332

Please sign in to comment.