feat(release): add release please workflow and docs#4558
Merged
brandtkeller merged 1 commit intomainfrom Jan 28, 2026
Merged
Conversation
Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
✅ Deploy Preview for zarf-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
brandtkeller
commented
Jan 27, 2026
| git tag -sa vX.Y.Z -m "vX.Y.Z" | ||
| git push origin vX.Y.Z | ||
| ``` | ||
| * [ ] Update `.release-please-manifest.json` to reflect the new version |
Member
Author
There was a problem hiding this comment.
Putting this here to track version syncing effectively - but faintly recall that release please might handle this natively.
AustinAbro321
approved these changes
Jan 28, 2026
Member
AustinAbro321
left a comment
There was a problem hiding this comment.
Seems like a reasonable workflow and good addition, I am not an expert in release please, but given that it requires PR approval and the worse case is a temporary reversion to the manual workflow, I feel good about this
AustinAbro321
pushed a commit
that referenced
this pull request
Feb 4, 2026
Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com> Signed-off-by: Austin Abro <austinabro321@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds support for a release please workflow to manage the next release, begin authoring and iterating on a changelog, as well as reducing cognitive burden and error from manually pushing release tags.
Related Issue
Additional Steps Taken
zarf-devorganization github appZarfrepositoryNote: This is going to be a tough one to test in isolation. The process is only responsible for maintaining a release PR and creating a tag when merged. Should that not work as intended - we can still create the tag manually and push in order to proceed with release processes.
Fixes #3808
Checklist before merging