feat(workflow): enhance release process with additional steps
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Add git-cliff installation and configuration for changelog generation - Include CLIFF_VERSION detection and handling - Improve git setup for release automation - Refine conditional steps for changelog and version release
This commit is contained in:
@@ -10,5 +10,8 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Release
|
||||
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@main
|
||||
|
Reference in New Issue
Block a user