From 401d4dc83b1923adf91347fb49c836fbb1d44f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Sun, 17 Aug 2025 19:26:07 -0500 Subject: [PATCH] ci(update): more simple release notes for twilight tags (#93) --- .github/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update.sh b/.github/update.sh index e474ee1..648715e 100755 --- a/.github/update.sh +++ b/.github/update.sh @@ -217,7 +217,7 @@ update_version() { # Users with push access to the repository can create a release. gh release --repo="$flake_repo_location" \ create "$release_name" --title="$release_title" \ - --notes "To be ready when they replace the artifacts from https://github.com/zen-browser/desktop/releases/tag/twilight! :)" + --notes "Artifacts from https://github.com/zen-browser/desktop/releases/tag/twilight [;" else echo "Release $release_name already exists, skipping creation..." fi