feat: add templated git-cliff config generation to workflow
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user