question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add "draft" status.

See original GitHub issue

Adding support for a “draft” status would be immensely useful. I believe a lot of people want to make some final changes or tests before actually releasing the new version, including updating the Release Notes.

I’m not very familiar with GitHub Actions but after a quick look, I believe just adding support for a status option here should do the trick:

https://github.com/r0adkll/upload-google-play/blob/master/lib/edits.js#L179

If I can help test or even if you need me to do a PR, let me know.

Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:16
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
daniil-shumkocommented, Jun 14, 2021

@auriorx no worries. Here is a quick command that I am using that replaces this whole step for me.

fastlane supply --apk 'path/to/apk' --json_key_data 'json key string' --package_name 'com.example.app' --track 'internal' --release_status 'draft'

If you need to pass any other parameters or if you are using a JSON file instead of JSON string from the Secrets, you can find all the documentation on fastlanes website.

1reaction
r0adkllcommented, Sep 21, 2021

Should now be resolved in v1.0.16 per PR #78

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add a DRAFT watermark - Microsoft Support
Add a DRAFT watermark ; Go to Design > Watermark. ; Choose Design > Watermark. ; On the Page Layout tab, in the...
Read more >
Add a draft campaign - Google Ads Editor Help
In the data view, click Add campaign. In the edit panel, change the campaign status to Draft campaign. Enter the campaign name and...
Read more >
What is the Draft Status in WordPress? - PublishPress
“Draft” is one of eight post statuses available in WordPress. A post in the Draft status is not published and it not visible...
Read more >
Draft merge requests - GitLab Docs
Go to your project and select Merge requests. · In the navigation bar, select Open, Merged, Closed, or All to filter by merge...
Read more >
Introducing draft pull requests - The GitHub Blog
With draft pull requests, you can clearly tag when you're coding a work in progress. Now when you open a pull request, a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found