build: fix typo in nightly build release notes

This commit is contained in:
CJ van den Berg 2025-09-23 13:21:31 +02:00
parent db16c26f0c
commit 5445651776
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -121,15 +121,17 @@ cd ..
echo
git log "${last_nightly_version}..HEAD" --pretty="format:neurocyte/$APPNAME@%h %s"
echo
echo
echo "contributors to this release:"
git shortlog -s -n "${last_nightly_version}..HEAD"
git shortlog -s -n "${last_nightly_version}..HEAD" | cut -b 8-
echo
echo
echo "also available at:"
echo "[git.flow-control.dev](https://git.flow-control.dev/neurocyte/flow-nightly/releases/tag/$VERSION)"
echo "[flow-control.dev](https://git.flow-control.dev/neurocyte/flow-nightly/releases/tag/$VERSION)"
echo "[github.com](https://github.com/neurocyte/flow-nightly/releases/tag/$VERSION)"
echo "[flow-control.dev](https://codeberg.org/neurocyte/flow-nightly/releases/tag/$VERSION)"
echo "[codeberg.org](https://codeberg.org/neurocyte/flow-nightly/releases/tag/$VERSION)"
} >"$release_notes"
cat "$release_notes"