Files
auto-changelog-release-action/.gitea/workflows/release.yml
Max P. 4ab6624add
Some checks failed
Auto Changelog & Release / release (push) Failing after 3s
feat(workflows): enhance release process with additional steps
- Update action reference to use the main branch for stability
- Add scripts for version detection, CLI version reading, and git-cliff installation
- Include setup for git configuration and changelog generation
- Improve release logic based on version changes and branch checks
2025-06-14 18:49:22 +02:00

15 lines
242 B
YAML

name: Auto Changelog & Release
on:
push:
branches:
- main
- "**"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Release
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@main