We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8189613 commit 4162425Copy full SHA for 4162425
1 file changed
.github/workflows/release.yml
@@ -152,24 +152,9 @@ jobs:
152
if [[ "$TAG" == *"beta"* || "$TAG" == *"alpha"* || "$TAG" == *"rc"* ]]; then
153
PRERELEASE_FLAG="--prerelease"
154
fi
155
-
156
- RELEASE_BODY=$(cat <<'EOF'
157
-## PS Vita
158
-- pkgj-vita-${TAG}.vpk (PS Vita)
159
160
-## Host Linux
161
-- pkgj-cli-${TAG} (CLI, command line)
162
-- pkgj-sim-${TAG} (Graphical simulator)
163
164
-## Notes
165
-- Use `pkgj-vita` on PS Vita devices.
166
-- Use `pkgj-cli` and `pkgj-sim` on Linux hosts.
167
-EOF
168
-)
169
170
gh release create "$TAG" \
171
--title "Release $TAG" \
172
- --notes "$RELEASE_BODY" \
+ --generate-notes \
173
$PRERELEASE_FLAG \
174
"pkgj-vita/pkgj.vpk#pkgj-${TAG}.vpk" \
175
"pkgj-cli/pkgj_cli#pkgj_cli-${TAG}" \
0 commit comments