We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release-status
1 parent cfa76c9 commit a32c745Copy full SHA for a32c745
packages/flutter_release/README.md
@@ -102,11 +102,16 @@ Support for other app distributors is planned.
102
--key-alias=<mykeyalias> \
103
--key-password=<mykeypassword>
104
```
105
- For flavor support add:
+ For flavor support, add:
106
```shell
107
--flavor=prod \
108
--main-path lib/main_prod.dart # Using "lib/main.dart" by default
109
110
+ To set the release status (default `draft`), add:
111
+ ```shell
112
+ --release-status=completed
113
+ ```
114
+ You need to have released an alpha version for `completed` status to work: https://github.com/fastlane/fastlane/discussions/18293
115
116
### iOS - App Store
117
0 commit comments