name: release-note description: changes.md를 릴리즈 노트 형식으로 변환
Read changes.md and write a release note to release-note.md.
Follow the style and rules defined in prompts/release-note.md exactly.
Steps:
- Read
prompts/release-note.mdfor formatting rules - Read
package.jsonto get the current version - Read
changes.mdfor current change entries - Read
release-note.mdfor existing release notes - Transform all
changes.mdentries into the release note format - Write
## <version>section torelease-note.md- If the top section already has the same version, replace that section
- If the top section has a different version, clear the entire file and write only the new version section
- Clear
changes.mdcontents (keep the file, empty the content)