Skip to content

chore: rename qreleaser type "release" to "stable"#468

Open
donatello wants to merge 1 commit intominio:masterfrom
donatello:qreleaser-stable-type
Open

chore: rename qreleaser type "release" to "stable"#468
donatello wants to merge 1 commit intominio:masterfrom
donatello:qreleaser-stable-type

Conversation

@donatello
Copy link
Copy Markdown
Member

Summary

  • Rename the qreleaser release type from release to stable to match
    the updated qreleaser v2 toolkit
  • Convert .qreleaser.yml containers from old format to new array format
    with explicit rolling_tags: {stable: latest} and edge_enabled: false
    (this repo does not do edge releases)
  • Update CI workflow to use stable as the default type, with a
    type_dir output that maps stablerelease for artifact paths
    (the on-disk directory name is unchanged)

Context

The qreleaser toolkit renamed the internal release type to avoid
confusion with the overloaded word "release". All external artifacts
are unchanged — version tags still use RELEASE. prefix, dl.min.io
paths still use release/, and container rolling tags are unaffected.

Test plan

  • CI workflow passes on this branch (qreleaser-test)
  • Verify artifact paths resolve correctly (stable type → release/ dir)

@donatello donatello self-assigned this Mar 18, 2026
@donatello donatello added the bug Something isn't working label Mar 18, 2026
@donatello donatello force-pushed the qreleaser-stable-type branch from bd5e233 to 97aac19 Compare March 18, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants