Files
auto-changelog-release-action/.gitea/workflows/release.yml
Max P. 84d0da4478
Some checks failed
Auto Changelog & Release / release (push) Failing after 2s
feat(workflows): add automated changelog and release workflow
- Introduces a workflow triggered on main branch pushes
- Automates changelog generation and release creation using a custom action
2025-06-14 18:42:20 +02:00

16 lines
295 B
YAML

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