Skip to content

Bump docutils from 0.21.1 to 0.21.2 #12

Bump docutils from 0.21.1 to 0.21.2

Bump docutils from 0.21.1 to 0.21.2 #12

Workflow file for this run

name: Update Changelog
on:
pull_request:
types: [ closed ]
jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}