원클릭으로
release-notes
Generate App Store and Google Play "What's New" release notes by comparing main against the previous minor version tag
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate App Store and Google Play "What's New" release notes by comparing main against the previous minor version tag
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | release-notes |
| description | Generate App Store and Google Play "What's New" release notes by comparing main against the previous minor version tag |
| version | 1.0.0 |
Use this skill when the user says "create release notes", "write release notes", or similar.
Read the current version from package.json (version field). Parse it as X.Y.Z.
Find the correct base tag:
Y - 1git tag --list "X.(Y-1).*" --sort=version:refname to list all tags for the previous minor1.8.0, find the first 1.7.x taggit log <base-tag>..main --oneline
git diff <base-tag>..main -- package.json
Categorise commits into:
ci:, chore:, dependency bumps, tooling, build pipelineWrite two versions — English and Slovenian — for App Store and Google Play.
Tone and style rules (match exactly):
Example (English):
Quiet. Clean. Unapologetic.
• Poked around in the dark corners and fixed what didn't belong there.
• A few bugs tried to hide. They failed.
• Things work better now. We'll leave it at that.
Not a lot to say. Just a lot done.
Example (Slovenian):
Tiho. Čisto. Brez opravičil.
• Pokukali smo v temne kotičke in odpravili, kar ni sodilo tja.
• Nekaj hroščev se je skušalo skriti. Niso uspeli.
• Stvari delujejo bolje. Pustimo pri tem.
Ni veliko za povedati. Narejenega pa je bilo veliko.
Output both versions clearly labelled, ready to paste into the store listing.