Skip to content

latest

latest #1

Workflow file for this run

name: Changelog
on:
release:
types: [published]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
contents: write
jobs:
changelog:
name: Update CHANGELOG.md
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Generate changelog
uses: BobAnkh/auto-generate-changelog@164eefe3b73b5917ba55b72593d425a7c21957e5 # v1.3.1
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PATH: CHANGELOG.md
COMMIT_MESSAGE: "docs(CHANGELOG): update release notes"
TYPE: "feat:Features,fix:Bug Fixes,docs:Documentation,refactor:Refactoring,perf:Performance,chore:Chores,security:Security"