Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Updating a release status to completed is setting the status to halted

Open
#13,029 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
ruby
Domain
api

Research direction

Start by reproducing the behavior with the Ruby example, following service.update_edit_track and service.commit_edit after setting the release status to "completed". Trace where the release status is serialized or processed and verify that the committed release remains completed rather than becoming halted.

Written by the indexing model from the issue text.

Description

Environment details
  • OS: it's a rails application
  • Ruby version: "3.1.2"
  • Gem name and version: "google-apis-androidpublisher_v3", "~> 0.31.0"
Steps to reproduce
  1. Release opened with 10% staged rollout in progress
  2. Send a request via google api to update the release status to "completed"
  3. The API returns a correct release, however the status is updated to "halted"
Code example
service = publisher.service 
edit = service.insert_edit(package_name)
track = service.get_edit_track(package_name, edit.id, "production")
release = track.releases&.detect { |r| r.name == "1.0.0" }
release.update!(status: "completed")
service.update_edit_track(package_name, edit.id, "production", track)
service.commit_edit(package_name, edit.id)
Dominant language
Ruby
Stars
2.9k
Forks
888
Avg merge
8m
Merged PRs (30d)
241

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from googleapis/google-api-ruby-client

All issues in googleapis/google-api-ruby-client

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.