Skip to content

ci: release flow with docker and binary artifacts - #30

Merged
rafa-stacks merged 1 commit into
nextfrom
release
Aug 18, 2026
Merged

ci: release flow with docker and binary artifacts#30
rafa-stacks merged 1 commit into
nextfrom
release

Conversation

@rafa-stacks

@rafa-stacks rafa-stacks commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Everything needed to cut a stacksup release: a version-bump script, a dispatch-driven release workflow, and the Dockerfile for a published image.

./release.sh 0.2.0            # bumps Cargo.toml [package] version + syncs Cargo.lock
# PR + merge the bump, then tag the merged commit:
git tag v0.2.0 && git push origin v0.2.0
# dispatch the Release workflow with version 0.2.0

@rafa-stacks rafa-stacks changed the title feat: release tooling — GitHub Releases binaries + multi-arch GHCR image ci: release flow with docker and binary artifacts Aug 18, 2026
@rafa-stacks
rafa-stacks merged commit 67b194a into next Aug 18, 2026
2 checks passed
@rafa-stacks
rafa-stacks deleted the release branch August 18, 2026 20:13
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