Skip to content

Commit a32c745

Browse files
committed
docs: Add option release-status to README
1 parent cfa76c9 commit a32c745

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/flutter_release/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,16 @@ Support for other app distributors is planned.
102102
--key-alias=<mykeyalias> \
103103
--key-password=<mykeypassword>
104104
```
105-
For flavor support add:
105+
For flavor support, add:
106106
```shell
107107
--flavor=prod \
108108
--main-path lib/main_prod.dart # Using "lib/main.dart" by default
109109
```
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
110115

111116
### iOS - App Store
112117

0 commit comments

Comments
 (0)