From a870254166a74ca6c284e5df87652d0b864c0234 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 22 Sep 2025 22:02:15 +0200 Subject: [PATCH] build: improve nightly release notes commit references --- contrib/make_nightly_build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/make_nightly_build b/contrib/make_nightly_build index 95e2540..780ac5a 100755 --- a/contrib/make_nightly_build +++ b/contrib/make_nightly_build @@ -53,7 +53,9 @@ if [ "$local_version" == "$last_nightly_version" ]; then fi echo -echo "building $title version $local_version..." +echo "building $title version $local_version... (previous $last_nightly_version)" +echo +git log "${last_nightly_version}..HEAD" --pretty="format:neurocyte/$APPNAME@%h %s" echo echo running tests... @@ -107,7 +109,7 @@ cd .. echo "commits:" echo } >"$release_notes" -git log "${last_nightly_version}..HEAD" --pretty="format:%h %s" >>"$release_notes" +git log "${last_nightly_version}..HEAD" --pretty="format:neurocyte/$APPNAME@%h %s" >>"$release_notes" cat "$release_notes" gh release create "$VERSION" --repo "$repo" --notes-file "$release_notes" $DESTDIR/*