File tree Expand file tree Collapse file tree 3 files changed +390
-4
lines changed Expand file tree Collapse file tree 3 files changed +390
-4
lines changed Original file line number Diff line number Diff line change 2626 - name : Update package.json version
2727 run : yarn version --no-git-tag-version --new-version ${GITHUB_REF#refs/*/}
2828 - name : Generate CHANGELOG.md
29- run : npx github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
29+ run : yarn run github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
3030 - run : yarn build
3131 - run : yarn test
3232 # - name: Commit generated files
4141 run : yarn vscode:publish --pat ${{ secrets.VS_MARKETPLACE_TOKEN }}
4242
4343 - name : Generate GitHub Release notes
44- run : npx github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Changelog" --for-tag ${GITHUB_REF#refs/*/} --file release-notes.md
44+ run : yarn run github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Changelog" --for-tag ${GITHUB_REF#refs/*/} --file release-notes.md
4545 - name : Create GitHub Release
4646 id : create-release
4747 uses : actions/create-release@v1
Original file line number Diff line number Diff line change 4444 "devDependencies" : {
4545 "@types/node" : " ^14.6.4" ,
4646 "ajv" : " ^6.12.4" ,
47+ "github-changes" : " ^1.1.1" ,
4748 "npm-run-all" : " ^4.1.5" ,
4849 "rimraf" : " ^3.0.2" ,
4950 "ts-node" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments