Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory w… #45

chore(deps-dev): bump the dev-dependencies group across 1 directory w…

chore(deps-dev): bump the dev-dependencies group across 1 directory w… #45

Workflow file for this run

name: Changelog
on:
push:
branches: [main]
permissions:
contents: write
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate changelog
uses: orhun/git-cliff-action@v4
with:
config: cliff.toml
args: -o CHANGELOG.md
- name: Commit changelog
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: "docs: update changelog [skip ci]"
file_pattern: CHANGELOG.md