build: add version to nightly build release notes

This commit is contained in:
CJ van den Berg 2025-09-22 21:50:50 +02:00
parent 87a72195d7
commit 733c24ca16
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -94,7 +94,7 @@ for tarfile in $TARFILES; do
sha256sum -b "$tarfile" >"${tarfile}.sha256" sha256sum -b "$tarfile" >"${tarfile}.sha256"
done done
echo "done making release $VERSION @ $DESTDIR" echo "done making $title $VERSION @ $DESTDIR"
echo echo
/bin/ls -lah /bin/ls -lah
@ -102,7 +102,7 @@ echo
cd .. cd ..
{ {
echo "$title" echo "$title" "$VERSION"
echo "$release_notes" echo "$release_notes"
echo "changes:" echo "changes:"
echo echo