build: add version to nightly build release notes
This commit is contained in:
parent
87a72195d7
commit
733c24ca16
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue