Skip to content

fix(stackdriver): add Rakefile with bundler gem_tasks for release build - #34652

Merged
torreypayne merged 1 commit into
mainfrom
fix-stackdriver-tombstone-release
Jun 22, 2026
Merged

fix(stackdriver): add Rakefile with bundler gem_tasks for release build#34652
torreypayne merged 1 commit into
mainfrom
fix-stackdriver-tombstone-release

Conversation

@torreypayne

@torreypayne torreypayne commented Jun 22, 2026

Copy link
Copy Markdown
Member

Restore a minimal Rakefile requiring bundler/gem_tasks. This allows Bundler to inspect stackdriver.gemspec and define the standard :build task mandated by release automation.

Rationale

When the stackdriver gem was retired and replaced with a tombstone structure in #34614, its Rakefile was deleted. However, automated release packaging workflows still rely on executing rake build (or equivalent packaging tasks) to compile the .gem artifact prior to publication.

During automated release execution for stackdriver/v1.0.0, the packaging step aborted with:

rake aborted!
Don't know how to build task 'build' (See the list of available tasks with `rake --tasks`)

Fixes b/525536697

BEGIN_COMMIT_OVERRIDE

fix(stackdriver): add Rakefile with bundler gem_tasks for release build

Release-As: 1.0.0

END_COMMIT_OVERRIDE

@torreypayne
torreypayne marked this pull request as ready for review June 22, 2026 17:46
@torreypayne
torreypayne requested review from a team and yoshi-approver as code owners June 22, 2026 17:46
@torreypayne
torreypayne merged commit 2554d4e into main Jun 22, 2026
18 checks passed
@torreypayne
torreypayne deleted the fix-stackdriver-tombstone-release branch June 22, 2026 18:33
@github-actions github-actions Bot added the release-please:force-run To run release-please label Jun 23, 2026
@release-please release-please Bot removed the release-please:force-run To run release-please label Jun 23, 2026
@github-actions github-actions Bot added the release-please:force-run To run release-please label Jun 23, 2026
@release-please release-please Bot removed the release-please:force-run To run release-please label Jun 23, 2026
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.

3 participants