Documentation
¶
Overview ¶
prepare-release automates the changelog bump and PR creation for a new release.
It performs the following steps:
- Checks for merged PRs that still need changelog entries
- Fetches changelog notes from the remote
- Generates the new changelog from git notes
- Creates a branch, commits the changelog, and pushes
- Creates a PR via the gh CLI
Because the PR is created by a real user (via gh auth), CI workflows will trigger normally, avoiding the GITHUB_TOKEN limitation where automated PRs don't trigger workflows. gh must be installed and authenticated.
Click to show internal directories.
Click to hide internal directories.