We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1227e4 commit 6a0a897Copy full SHA for 6a0a897
2 files changed
.github/prerelease_notes.md
@@ -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
@@ -86,5 +86,5 @@ jobs:
86
gh release create "${{ github.ref_name }}" \
87
$APK_FILES \
88
--title "aShell You ${{ github.ref_name }}" \
89
- --notes "⚠️ Experimental alpha build. May contain bugs." \
+ --notes-file .github/prerelease-notes.md \
90
--prerelease
0 commit comments