Skip to content

Commit

Permalink
Revert "Fix #45: Use npx to execute github-changes"
Browse files Browse the repository at this point in the history
This reverts commit aaa8332.
  • Loading branch information
nicolasstucki committed Oct 7, 2019
1 parent 8f1deeb commit 14d22e4
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 3 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
npx github-changes -o scala -r vscode-scala-syntax --no-merges -t "Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
yarn 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 [email protected]:scala/vscode-scala-syntax.git
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"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 14d22e4

Please sign in to comment.