Skip to content

feat(apigee_registry)!: replace apigee registry gems with tombstones - #36233

Draft
torreypayne wants to merge 1 commit into
mainfrom
tombstone-apigee-registry
Draft

feat(apigee_registry)!: replace apigee registry gems with tombstones#36233
torreypayne wants to merge 1 commit into
mainfrom
tombstone-apigee-registry

Conversation

@torreypayne

Copy link
Copy Markdown
Member

Replaces google-cloud-apigee_registry (wrapper gem) and google-cloud-apigee_registry-v1 (versioned client gem) with minimal tombstone packages.

Details of Changes

  • Generated via toys tombstone-library using updated templates from googleapis/ruby-common-tools#453.
  • Bumps google-cloud-apigee_registry to 2.0.0 (SemVer Major) and google-cloud-apigee_registry-v1 to 1.0.0 (SemVer Major).
  • Includes minimal Rakefile with require "bundler/gem_tasks" to ensure automated release builds (rake build) succeed out of the box during CI/CD packaging.
  • Removes all runtime dependencies and functional code, leaving only version constants, README, LICENSE, and .yardopts.

BEGIN_COMMIT_OVERRIDE
feat(google-cloud-apigee_registry)!: replace gem with tombstone
Release-As: 2.0.0
feat(google-cloud-apigee_registry-v1)!: replace gem with tombstone
Release-As: 1.0.0
END_COMMIT_OVERRIDE

@aandreassa

Copy link
Copy Markdown
Contributor

@torreypayne I get what you are trying to do, but BEGIN_COMMIT_OVERRIDE block won't work since it has two Release-As entries. I recommend just removing it and using after the fact if you still need it.

Merging as feat! should be enough to bump them individually! (to their next major versions, 2.0.0 and 1.0.0)

# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix

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.

2 participants