Skip to content

Changelog

Changelog #12

Workflow file for this run

name: 'Changelog'
on:
release:
types:
- 'created'
- 'published'
workflow_dispatch: null
jobs:
changelog:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4.2.2'
with:
ref: 'main'
- name: 'Generate changelog'
uses: 'rhysd/changelog-from-release/action@v3'
with:
file: 'CHANGELOG.md'
github_token: '${{ secrets.GITHUB_TOKEN }}'