File tree 3 files changed +390
-4
lines changed
3 files changed +390
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Update package.json version
27
27
run : yarn version --no-git-tag-version --new-version ${GITHUB_REF#refs/*/}
28
28
- 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"
30
30
- run : yarn build
31
31
- run : yarn test
32
32
# - name: Commit generated files
41
41
run : yarn vscode:publish --pat ${{ secrets.VS_MARKETPLACE_TOKEN }}
42
42
43
43
- 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
45
45
- name : Create GitHub Release
46
46
id : create-release
47
47
uses : actions/create-release@v1
Original file line number Diff line number Diff line change 44
44
"devDependencies" : {
45
45
"@types/node" : " ^14.6.4" ,
46
46
"ajv" : " ^6.12.4" ,
47
+ "github-changes" : " ^1.1.1" ,
47
48
"npm-run-all" : " ^4.1.5" ,
48
49
"rimraf" : " ^3.0.2" ,
49
50
"ts-node" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments