-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[supply] add an option to change the release status of a promoted track #19701
[supply] add an option to change the release status of a promoted track #19701
Conversation
@joeflateau Hey, stranger! 👋 Curious if this is still WIP and if you need anything from me? No rush but just doing a curtsey check 😊 |
@joshdholtz howdy 🤠 two users from #19511 were going to be testing in the new year. I've been holding this in draft state until they got a chance to. I can move it along if it's cluttering up the queue |
@joeflateau Nah nah nah, not cluttering up the queue at all! Just wanted to make sure I wasn't holding anything up here 😊 Just ping me its ready for me to review! |
@joshdholtz this has now been tested and confirmed to work properly 🙂 ready for review |
@joeflateau finally got around to testing it. With this parameter, I can promote a build to the production lane in a draft state. 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is 🔥 Really love this addition! Thanks so much for the contribution 🥰
Congratulations! 🎉 This was released as part of fastlane 2.200.0 🚀 |
👋 just wondering why draft->inProgress is not possible with this? Oh wait, it is, but requires the version_code? 😭 |
Checklist
bundle exec rspec
from the root directory to see all new and existing tests passbundle exec rubocop -a
to ensure the code style is validMotivation and Context
Resolves #19511
Description
Adds an option to set the release status of a promoted track
Testing Steps
Upload an apk/aab to an internal track with status complete and promote the track to production in draft status.