From 46bc9c9d164ace2c4c0d12a28905e83e2dae74a7 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 17 Jun 2026 02:08:53 -0500 Subject: Prepare 0.3.0 release --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bb0ed2..3ad9450 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: echo "- Channel: stable" echo "- Commit: ${COMMIT}" echo "" - echo "See CHANGELOG.md for the full list of changes." + echo "See the GitHub release notes for the full list of changes." } > "${NOTES_FILE}" EXISTING_DRAFT="$(gh release view "${TAG}" --json isDraft --jq '.isDraft' 2>/dev/null || true)" @@ -196,7 +196,6 @@ jobs: if [[ "${EXISTING_DRAFT}" == "true" ]]; then gh release edit "${TAG}" \ --title "${TITLE}" \ - --notes-file "${NOTES_FILE}" \ --draft \ --prerelease=false \ --latest=false -- cgit v1.3.1