forked from r0adkll/upload-google-play
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Infer status from provided parameters (r0adkll#122)
* Mark status as deprecated * Make userFraction required & provide a default We'll use this to infer `inProgress` or `completed` * Infer status from userFraction * Fix workflow * Update README * Run build * Add support for drafts again * Pass in isDraft * Warn about setting draft and userFraction simultaneously * Expose isDraft * Do a build * Allow passing status in again This will be required for draft/halted It is optional though, if it's not specified, we have updated logic for inferring it * Update userFraction description * Revert "Fix workflow" This reverts commit ad98b3d. * Remove deprecated tag from status * Move status back * Allow 0 userFraction * Run build
- Loading branch information
Showing
5 changed files
with
54 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters