Files
auto-changelog-release-action/.gitea/workflows/release.yml
Max P. 7bad547539
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
feat(workflow): enhance release process with additional steps
- 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
2025-06-14 18:53:10 +02:00

18 lines
315 B
YAML

name: Auto Changelog & Release
on:
push:
branches:
- main
- "**"
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