Cut a release by detecting the project's versioning context, generating a changelog, bumping versions, and tagging. Works across any repo by reading context from git history and project structure rather than hardcoding assumptions.
Before starting, read .agents/release.override.skill.md if it exists. This is a freeform markdown file authored by the project owner whose instructions layer on top of this skill — its contents take precedence where they conflict. It can narrow defaults, specify version file locations, set tag formats, add pre/post-release steps, or anything else.
Infer the project's release conventions from what already exists. Do all of these checks up front before proposing anything to the user.
릴리스 잘라내기 — 버전 관리 컨텍스트를 감지하고, 기존 커밋에서 변경 로그를 생성하고, 버전을 높이고, git 태그를 생성합니다. 사용자가 "릴리스", "릴리스 잘라내기", "릴리스 태그 지정", "버전 범프", "변경 로그 생성" 또는 버전 배송/게시와 관련된 모든 변형을 말할 때 사용합니다. 이 기술은 의도적으로 일반적이며 모든 저장소에서 작동합니다. 특정 설정을 가정하는 대신 Git 기록 및 프로젝트 구조에서 컨텍스트를 추론합니다. 출처: cristoslc/swain.