feat: add templated git-cliff config generation to workflow
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s

This commit is contained in:
2025-11-24 12:28:05 +01:00
parent 2a4931f295
commit 096ecb5822
3 changed files with 140 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ runs:
run: |
${{ github.action_path }}/scripts/read-cliff-version.sh
- name: Generate git-cliff config
shell: bash
run: |
${{ github.action_path }}/scripts/generate-git-cliff-config.sh
- name: Install git-cliff
shell: bash
run: |