원클릭으로
changelog
Create Towncrier changelog fragments based on changes in the current branch
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create Towncrier changelog fragments based on changes in the current branch
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | changelog |
| description | Create Towncrier changelog fragments based on changes in the current branch |
| disable-model-invocation | true |
Create Towncrier changelog fragment(s) for the current branch's changes.
Understand the changes. Run git diff main...HEAD and git log main..HEAD --oneline to see what changed on this branch.
Determine fragment type(s) and descriptions. Choose one or more of the following types based on the changes:
security — Security fixesremoved — Removed features or APIsdeprecated — Newly deprecated featuresadded — New features, classes, functions, or moduleschanged — Changes to existing behavior or APIs (including breaking changes)improved — Performance improvements or non-breaking enhancements to existing featuresfixed — Bug fixesWrite a one-sentence description for each fragment. Follow these conventions from existing fragments:
If multiple types apply (e.g. both added and changed), create separate fragments.
Ask the user for the PR number. Use AskUserQuestion to ask: "What is the PR number for these changelog entries?"
Create the fragments. For each fragment, run:
towncrier create -c "Description here." <PR#>.<type>.md
For example: towncrier create -c "Added \UniformLocalC1` distribution." 307.added.md`