Skip to content

chore: rename printer setting spaces to tab_spaces for consistency #91

chore: rename printer setting spaces to tab_spaces for consistency

chore: rename printer setting spaces to tab_spaces for consistency #91

Workflow file for this run

name: Generate changelog
on:
push:
branches:
- main
jobs:
changelog:
name: Generate changelog
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}
fetch-depth: 0
- name: Generate a changelog
uses: orhun/git-cliff-action@v2
id: git-cliff
with:
config: cliff.toml
args: --verbose
env:
OUTPUT: CHANGELOG.md
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
committer_name: GitHub Actions
committer_email: [email protected]
message: '[skip ci] Update CHANGELOG.md'
default_author: user_info