Skip to content

ci: standardize release process #4

ci: standardize release process

ci: standardize release process #4

Workflow file for this run

name: Check release metadata
on:
pull_request:
paths:
- 'pyproject.toml'
- 'CHANGELOG.md'
permissions:
contents: read
jobs:
check:
name: Verify changelog matches version bump
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: '3.12'
- name: Check release metadata
run: python scripts/check-release.py