ci(update): more simple release notes for twilight tags (#93)

This commit is contained in:
Luis Quiñones
2025-08-17 19:26:07 -05:00
committed by GitHub
parent 25ddfb5008
commit 401d4dc83b

2
.github/update.sh vendored
View File

@@ -217,7 +217,7 @@ update_version() {
# Users with push access to the repository can create a release. # Users with push access to the repository can create a release.
gh release --repo="$flake_repo_location" \ gh release --repo="$flake_repo_location" \
create "$release_name" --title="$release_title" \ 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 else
echo "Release $release_name already exists, skipping creation..." echo "Release $release_name already exists, skipping creation..."
fi fi