Skip to content

Commit 6a0a897

Browse files
committed
ignore
1 parent b1227e4 commit 6a0a897

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/prerelease_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
>[!CAUTION]
2+
>
3+
> Experimental release for testing purposes! May contain bugs and unfinished features.

.github/workflows/pre_release_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ jobs:
8686
gh release create "${{ github.ref_name }}" \
8787
$APK_FILES \
8888
--title "aShell You ${{ github.ref_name }}" \
89-
--notes "⚠️ Experimental alpha build. May contain bugs." \
89+
--notes-file .github/prerelease-notes.md \
9090
--prerelease

0 commit comments

Comments
 (0)