From 074b0056c13a39e4c2570e8415dcb0230bcd82ea Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 25 Aug 2026 20:52:00 -0700 Subject: [PATCH] ci(mkosi): title guest OS releases after the product, not the backend --- .github/workflows/mkosi-build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mkosi-build.yml b/.github/workflows/mkosi-build.yml index 29ed2b074..3e23b58b8 100644 --- a/.github/workflows/mkosi-build.yml +++ b/.github/workflows/mkosi-build.yml @@ -364,11 +364,15 @@ jobs: # experimental, and its packages are Debian rather than Yocto even # though the release contract is shared. Drop the flag once the # backend is declared stable. + # + # The title names the product, not the build backend: the tag prefix + # only exists to keep this workflow's trigger distinct from the Yocto + # one, and it should not leak into the release listing. gh release create "$TAG" \ "dist/dstack-$VERSION.tar.gz" \ "dist/dstack-$VERSION-uki.tar.gz" \ dist/image-hashes.txt \ - --title "$TAG" \ + --title "dstack OS v$VERSION" \ --notes-file release-notes.md \ --verify-tag \ --prerelease