Skip to content

Commit 5a1b842

Browse files
committed
CI: Improve nightly build release notes
1 parent 2688306 commit 5a1b842

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ jobs:
5454
5555
- name: Create AutoBuild Release
5656
run: |
57+
LATEST_REL=$(gh release view --json tagName -q .tagName)
5758
GIT_DESCRIBE=$(git rev-parse --short HEAD)
5859
cd app/build/outputs/apk/universal/release/
5960
mv app-universal-release.apk ReVancedXposed-${GIT_DESCRIBE}.apk
6061
gh release delete autobuild --yes || true
61-
gh release create autobuild ReVancedXposed-${GIT_DESCRIBE}.apk --prerelease --title "AutoBuild ${GIT_DESCRIBE}"
62+
gh release create autobuild ReVancedXposed-${GIT_DESCRIBE}.apk \
63+
--prerelease \
64+
--title "Nightly Build ${GIT_DESCRIBE}" \
65+
--notes "Nightly build from commit ${GIT_DESCRIBE}. See changes: https://github.com/${{ github.repository }}/compare/${LATEST_REL}...main"
6266
env:
6367
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
- Hide video action buttons
3939
- Disable resuming Shorts on startup
4040

41+
### Spotify (Moved to Dedicated Repository)
42+
43+
[ReVancedXposed_Spotify](https://github.com/chsbuffer/ReVancedXposed_Spotify)
44+
4145
### Google Photos
4246
- Spoof Pixel XL
4347

0 commit comments

Comments
 (0)