File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 release :
10+ name : Release
1011 runs-on : ubuntu-latest
1112 if : startsWith(github.ref, 'refs/tags/')
1213 needs : build-app
1314 steps :
15+ - name : Setup whatchanged
16+ uses : release-lab/setup-whatchanged@v1
17+ with :
18+ version : v0.5.7
19+
20+ - name : Changelog generate
21+ run : |
22+ whatchanged --project=https://github.com/GizmoOAO/vrchat-cache-mover.git --branch=main --output=CHANGELOG.md
23+
1424 - name : Download artifacts
1525 uses : actions/download-artifact@v3
1626 with :
2535 - name : Create GitHub Release
2636 uses : softprops/action-gh-release@v1
2737 with :
28- generate_release_notes : true
38+ body_path : CHANGELOG.md
2939 files : |
3040 checksums.txt
3141 vrchat-cache-mover.zip
4757 node-version : 16
4858 cache : " pnpm"
4959
50- - name : Install Rust stable
60+ - name : Setup Rust stable
5161 uses : actions-rs/toolchain@v1
5262 with :
5363 profile : minimal
You can’t perform that action at this time.
0 commit comments