From fd17a2f615b05f55912ac6f902194b7b88e02dd4 Mon Sep 17 00:00:00 2001 From: Davide Ferrari Date: Mon, 19 Jan 2026 10:43:40 +0100 Subject: [PATCH] docs: improve release skill instructions --- .claude/skills/release/SKILL.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.claude/skills/release/SKILL.md b/.claude/skills/release/SKILL.md index 136c0ad..797b7c2 100644 --- a/.claude/skills/release/SKILL.md +++ b/.claude/skills/release/SKILL.md @@ -44,6 +44,8 @@ Create `fastlane/metadata/android/en-US/changelogs/{versionCode}.txt` with the r Format (max 500 chars for Play Store): ``` +More human readable and engaging new features and major fixes overview. Do NOT mention external contributors here. + Added: - Feature 1 - Feature 2 @@ -55,7 +57,7 @@ Fixed: - Fix 1 ``` -Keep it concise - this appears in Play Store and F-Droid. +Keep it concise - this appears in Play Store and F-Droid. Make the opening text engaging without it being too verbose or showy. ### 5. Commit and Tag @@ -74,7 +76,8 @@ git push origin vX.Y.Z ### 7. Create GitHub Release -Use `gh release create vX.Y.Z --title "vX.Y.Z" --notes-file -` with the changelog content. +Use `gh release create vX.Y.Z --title "vX.Y.Z" --notes-file -` with the changelog content as the one in Fastlane. +Mention external contributors, highlighting new ones and giving credit. The GitHub Actions workflow will automatically: - Build APK and AAB