Skip to content

Changelog

Changelog #1

Workflow file for this run

name: Changelog
on:
workflow_dispatch:
release:
types:
- created
jobs:
changelog:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write
timeout-minutes: 5
steps:
- name: "Generate release changelog"
uses: janheinrichmerker/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: stefanzweifel/[email protected]
with:
commit_message: Auto update markdown TOC