Skip to content

Commit 227f359

Browse files
committed
ci: changelog
1 parent 1d8cc53 commit 227f359

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,20 @@ on:
77

88
jobs:
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:
@@ -25,7 +35,7 @@ jobs:
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
@@ -47,7 +57,7 @@ jobs:
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

0 commit comments

Comments
 (0)