feat(apigee_registry)!: replace apigee registry gems with tombstones - #36233
Open
torreypayne wants to merge 1 commit into
Open
feat(apigee_registry)!: replace apigee registry gems with tombstones#36233torreypayne wants to merge 1 commit into
torreypayne wants to merge 1 commit into
Conversation
Contributor
|
@torreypayne I get what you are trying to do, but Merging as |
aandreassa
reviewed
Aug 12, 2026
torreypayne
force-pushed
the
tombstone-apigee-registry
branch
from
August 12, 2026 21:44
cb3ca51 to
3a2e266
Compare
Contributor
|
@torreypayne looks like you can't separate them since there is a dependency of wrapper & versioned. Not splitting it is fine since the commit message is OK to used across for bumping. |
torreypayne
force-pushed
the
tombstone-apigee-registry
branch
from
August 12, 2026 22:00
3a2e266 to
18c5f06
Compare
Contributor
|
LGTM. Please make sure to merge googleapis/ruby-common-tools#454 if it still needed. |
aandreassa
approved these changes
Aug 12, 2026
aandreassa
requested changes
Aug 12, 2026
torreypayne
force-pushed
the
tombstone-apigee-registry
branch
2 times, most recently
from
August 12, 2026 22:12
7aa4233 to
e6b6d69
Compare
torreypayne
force-pushed
the
tombstone-apigee-registry
branch
from
August 12, 2026 22:18
e6b6d69 to
0acb09e
Compare
torreypayne
marked this pull request as ready for review
August 12, 2026 22:34
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.
Replaces
google-cloud-apigee_registry(wrapper gem) andgoogle-cloud-apigee_registry-v1(versioned client gem) with minimal tombstone packages.Details of Changes
toys tombstone-libraryincorporating upstream fixes from:Rakefilewithrequire "bundler/gem_tasks"andTime.now.yearsorake buildsucceeds during CI/CD packaging.lib/directory prefix toversion.rbrequire andgem.filesin generated gemspecs.https://for all Apache License 2.0 URLs.1.5.0and0.16.0) instead of pre-bumping, allowing Release Please to manage the SemVer major bump upon merge..yardopts,Rakefile).feat!:conventional commit breaking change prefix will automatically trigger Release Please to bump both packages to their next major versions (google-cloud-apigee_registry 2.0.0andgoogle-cloud-apigee_registry-v1 1.0.0) and generate the release PR.Fixes: b/545644248