prepare-release
스타8
포크0
업데이트2026년 3월 2일 00:29
Run this before commiting and pushing changes.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Run this before commiting and pushing changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | prepare-release |
| description | Run this before commiting and pushing changes. |
| disable-model-invocation | true |
I am about to release a new version of this package. Please take the following steps to make sure it is successful:
Understand changes
Checks
uv sync --all-extras --all-groups to make sure the lock file is up to date.uv run ruff format && uv run ruff check --fix && uv run ty checkuv build to make sure the package builds correctly.Draft release notes
ai_working/draft_release_{version}.md. Here are some additional guidelines:**Full Changelog**: https://github.com/DavidKoleczek/interop-router/compare/vx1.y1.z1...vx2.y2.z2
Available on [PyPI](https://pypi.org/project/interop-router/x.y.z/).