@daemux/store-automator 0.10.14 → 0.10.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
},
|
|
6
6
|
"metadata": {
|
|
7
7
|
"description": "App Store & Google Play automation for Flutter apps",
|
|
8
|
-
"version": "0.10.
|
|
8
|
+
"version": "0.10.15"
|
|
9
9
|
},
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "store-automator",
|
|
13
13
|
"source": "./plugins/store-automator",
|
|
14
14
|
"description": "3 agents for app store publishing: reviewer, meta-creator, media-designer",
|
|
15
|
-
"version": "0.10.
|
|
15
|
+
"version": "0.10.15",
|
|
16
16
|
"keywords": [
|
|
17
17
|
"flutter",
|
|
18
18
|
"app-store",
|
package/package.json
CHANGED
|
@@ -63,24 +63,26 @@ if [ $FASTLANE_EXIT -ne 0 ]; then
|
|
|
63
63
|
echo "::warning title=Google Play Draft App::First manual release required. See job summary for instructions."
|
|
64
64
|
if [ -n "${GITHUB_STEP_SUMMARY:-}" ]; then
|
|
65
65
|
cat >> "$GITHUB_STEP_SUMMARY" << 'SUMMARY'
|
|
66
|
-
## :warning: Google Play Draft App -
|
|
67
|
-
|
|
68
|
-
Metadata
|
|
69
|
-
|
|
70
|
-
###
|
|
71
|
-
|
|
72
|
-
1. Go to [Google Play Console](https://play.google.com/console)
|
|
73
|
-
2.
|
|
74
|
-
3.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
66
|
+
## :warning: Google Play Draft App — First-Time Setup Required
|
|
67
|
+
|
|
68
|
+
Metadata and screenshots were uploaded by CI but **could not be saved** because the app hasn't completed its initial setup on Google Play Console. This is a [Google Play API limitation](https://developers.google.com/android-publisher/edits) — all API edits are rejected until the first manual release.
|
|
69
|
+
|
|
70
|
+
### One-time setup steps:
|
|
71
|
+
|
|
72
|
+
1. Go to [Google Play Console](https://play.google.com/console) → Select your app
|
|
73
|
+
2. **Dashboard** → Complete all required setup tasks shown in the checklist
|
|
74
|
+
3. **Store listing** → Create your default store listing (title, description, screenshots)
|
|
75
|
+
- *Note: CI uploaded this data but it was discarded. After completing setup, re-run CI to auto-upload.*
|
|
76
|
+
4. **Content rating** → Complete the content rating questionnaire
|
|
77
|
+
5. **App pricing** → Set pricing and distribution countries
|
|
78
|
+
6. **Release** → Go to **Testing → Internal testing** (or **Production**)
|
|
79
|
+
- Click **Create new release**
|
|
80
|
+
- The AAB was already uploaded by CI — select it
|
|
81
|
+
- Add release notes
|
|
82
|
+
- Click **Review release** → **Start rollout**
|
|
83
|
+
|
|
84
|
+
### After first release:
|
|
85
|
+
All subsequent CI runs will automatically upload metadata, screenshots, and new builds without manual intervention. Re-trigger the CI workflow after completing the steps above.
|
|
84
86
|
SUMMARY
|
|
85
87
|
fi
|
|
86
88
|
ci_skip "App is in draft status — manual first release required on Google Play Console"
|