-
Notifications
You must be signed in to change notification settings - Fork 579
feat: add release automation for v2 packages #16681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
just-mitch
merged 1 commit into
next
from
08-31-mitch_tmnt-183-each-push-to-v2-bumps-the-rc-count
Sep 3, 2025
Merged
feat: add release automation for v2 packages #16681
just-mitch
merged 1 commit into
next
from
08-31-mitch_tmnt-183-each-push-to-v2-bumps-the-rc-count
Sep 3, 2025
Conversation
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
This was referenced Aug 31, 2025
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
e999e86 to
221ccae
Compare
221ccae to
f0100c7
Compare
af1d837 to
bb1295e
Compare
f0100c7 to
6aadd0b
Compare
bb1295e to
09b9452
Compare
6aadd0b to
6b7f39a
Compare
09b9452 to
3714c57
Compare
6b7f39a to
5102a1b
Compare
3714c57 to
0232f6a
Compare
5102a1b to
0c6bbb2
Compare
e0433ce to
97d52ef
Compare
0c6bbb2 to
2fc583c
Compare
Base automatically changed from
08-28-mitch_tmnt-225-create-guide-to-run-local-network-tests
to
next
September 3, 2025 04:20
a02b664 to
68a0d9e
Compare
68a0d9e to
0d8e8b2
Compare
charlielye
approved these changes
Sep 3, 2025
ludamad
pushed a commit
that referenced
this pull request
Dec 16, 2025
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.

Add release-please v2 configuration and release branch automation
This PR introduces a new release management system for Aztec Packages v2:
Adds
.github/release-please-v2.jsonconfiguration file with:Creates a new workflow for release branch management:
.github/workflows/create-release-branch.ymlto automate creating version branchesEnhances the existing release-please workflow:
v[0-9]+)Updates CI workflow to properly handle RC releases:
ci3.ymlto recognize-rc.tags in addition to-nightly.tagsRemoves the obsolete
.github/actions/setup-k8s-terraform/action.ymlfile