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: .claude/skills/release-notes/SKILL.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,19 @@ Use the Agent tool with `model: "haiku"`. Pass the raw changelog output with thi
55
55
> - If no user-facing changes, output: Bug fixes and performance improvements.
56
56
> - Output ONLY the section markdown, no title or fences
57
57
58
-
### 3. Assemble final notes
58
+
### 3. Generate App Store "What's New"
59
+
60
+
Using the same changelog, write a short "What's New" blurb suitable for the Google Play Store listing. Rules:
61
+
- 3–5 bullet lines max, plain dashes (`- `)
62
+
- Lead with the most impactful user-facing features
63
+
- End with "Bug fixes and performance improvements" if there are fixes/chores
64
+
- No markdown bold, no sections headers — just a flat list
65
+
- Keep each line under ~60 characters
66
+
- If there are no notable user-facing changes, output only: `- Bug fixes and performance improvements`
67
+
68
+
You can derive this yourself from the changelog without a subagent call.
69
+
70
+
### 4. Assemble final notes
59
71
60
72
Combine the agent's output with the changelog compare link:
61
73
@@ -67,11 +79,11 @@ Combine the agent's output with the changelog compare link:
67
79
68
80
The release title/name is the version number without the `fcash/` prefix (e.g., `2026.4.11`).
69
81
70
-
### 4. Review gate
82
+
### 5. Review gate
71
83
72
-
Show the assembled release notes to the user for approval. Do NOT create the release until the user explicitly confirms.
84
+
Show the assembled GitHub release notes**and** the App Store "What's New" to the user for approval. Do NOT create the release until the user explicitly confirms.
<stringname="error_description_onrampNonStableWebView">Your device is using a %1$s version of Android System WebView, which may cause issues with purchases. Google recommends switching to the stable channel before continuing with your purchase</string>
Copy file name to clipboardExpand all lines: apps/flipcash/features/bill-customization/src/main/kotlin/com/flipcash/app/bill/customization/components/BillPlayground.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ internal fun Modifier.presenceBorder(
217
217
)
218
218
219
219
privateobject PreviewFeatureFlagController : FeatureFlagController by NoOpFeatureFlagController {
0 commit comments