You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,9 +161,11 @@ Do NOT use TodoWrite for:
161
161
Complete release process:
162
162
1. Bump version in `app/build.gradle.kts` (versionName field)
163
163
2. Commit and push the version bump
164
-
3. Close current milestone in GitHub
165
-
4. Create GitHub release with auto-generated release notes (tag auto-created)
166
-
5. Watch the Play Release workflow run with `gh run watch` and do not close the terminal until it reports success — a failure here means the signed AAB never reached Google Play, so the GitHub release exists but no update rolls out to users. Investigate and rerun before walking away.
164
+
3. Check the current release milestone for open issues before closing it
165
+
4. HARD STOP if any issues are still open on the milestone; do not close the milestone, create a GitHub release, or continue release work until every milestone issue is closed
166
+
5. Close current milestone in GitHub
167
+
6. Create GitHub release with auto-generated release notes (tag auto-created)
168
+
7. Watch the Play Release workflow run with `gh run watch` and do not close the terminal until it reports success — a failure here means the signed AAB never reached Google Play, so the GitHub release exists but no update rolls out to users. Investigate and rerun before walking away.
167
169
168
170
### Version Bumps
169
171
- Update version in build.gradle.kts
@@ -174,6 +176,7 @@ Complete release process:
174
176
### Milestone Management
175
177
- Create milestones for versions (v2.1.4, v2.1.5, etc.)
176
178
- Assign issues to appropriate milestones
179
+
- Before release, inspect the current milestone for open issues; any open issue is a hard stop
0 commit comments