Skip to content

Fix #45: Use npx to execute github-changes #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 [email protected]: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