Skip to content

chore(publish): label channel/bundle releases as auto-managed pre-releases#32

Merged
jhumel-code merged 1 commit into
mainfrom
chore/deemphasize-channel-releases
Jun 16, 2026
Merged

chore(publish): label channel/bundle releases as auto-managed pre-releases#32
jhumel-code merged 1 commit into
mainfrom
chore/deemphasize-channel-releases

Conversation

@jhumel-code

Copy link
Copy Markdown
Collaborator

What

Future publish.yml runs now create the channel-<name> and bundle-<digest>
releases with clearer, self-describing titles and as pre-release / not-latest,
so they no longer claim the repo's Latest badge or read like version releases.

  • channel-<name> -> title "Signed rules channel: <name> (auto-managed)", --prerelease --latest=false
  • bundle-<digest> -> title "Rules bundle <digest> (content-addressed)", --prerelease --latest=false

Why

These releases are machine-addressing artifacts the engine fetches by tag, not
human version releases. Before this, the newest channel pointer grabbed the
Latest badge (misleading) and the bare "Channel: staging" / "Rules bundle …"
titles looked like real releases. A pre-release can never be "Latest", so the
real semver release (v0.1.0) keeps that badge.

No engine impact

Tags (channel-<name>, bundle-<digest>) and asset filenames are unchanged, so
nothing the engine resolves changes. Purely the release title + the
latest/prerelease metadata, which the engine never reads.

The already-published channel-staging, channel-production, and bundle-…
releases were retro-labeled the same way out of band; this just makes every
future publish land consistently.

@jhumel-code jhumel-code merged commit aa5c508 into main Jun 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant