Skip to content

Commit 67b1044

Browse files
committed
Make clearer that the build nr bump is only for testing
1 parent 52e91a7 commit 67b1044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/metadata/android/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ If we use a new version, update the version used by
1010

1111
## 2. Dry-run release before uploading
1212

13-
* Increase build nr in pubspec.yaml
13+
* Increase build nr in pubspec.yaml (revert after the dry-run was successful)
1414
* `flutter build appbundle --release`
15+
* `bundle install`
1516
* `bundle exec fastlane android test_configuration` (needs the different keys available)
1617

1718
It might be necessary to repeat these steps if upload_to_play_store returns any errors

0 commit comments

Comments
 (0)