From 0e6dcdc606452709f55b85ce6ca35f6f6944c946 Mon Sep 17 00:00:00 2001 From: dingo Date: Tue, 11 Aug 2026 17:10:35 +0700 Subject: [PATCH] Say why the release is a draft, now that it installs beside COSMIC --- .github/workflows/packages.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 91b8845..e0f26d0 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -546,10 +546,11 @@ jobs: uses: softprops/action-gh-release@v2 with: files: dist/* - # Draft, deliberately. These packages conflict with the - # distribution's cosmic-comp and cosmic-session, so installing one - # replaces the machine's desktop. That is worth a human reading the - # notes before it is published rather than a tag push making it - # available. + # Draft, deliberately. These install beside the distribution's COSMIC + # rather than over it, so a bad one costs a logout rather than a + # desktop -- but a tag push is still not a decision to publish. The + # generated notes are written by a machine reading commit subjects, + # and the Debian package differs from the other two in what it + # carries; both are worth a human reading before anyone downloads. draft: true generate_release_notes: true