aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-06-17 02:08:53 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-06-17 02:08:53 -0500
commit46bc9c9d164ace2c4c0d12a28905e83e2dae74a7 (patch)
tree22b8f65a7e760f70098b51c8871ed1c97f4a3db0 /.github
parent05aa96d20ca726908a7d8b1943f86f0c4e11bf18 (diff)
Prepare 0.3.0 release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
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