Skip to content

Changelog

Changelog #12

Workflow file for this run

name: Changelog
on:
release:
types: [published]
workflow_dispatch:
jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: main
- uses: rhysd/changelog-from-release/action@f2daf5ee230a1fff1bec36729e4240a28c8ad008 # v3.7.2
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}