feat(workflows): add automated changelog and release workflow
Some checks failed
Auto Changelog & Release / release (push) Failing after 2s

- Introduces a workflow triggered on main branch pushes
- Automates changelog generation and release creation using a custom action
This commit is contained in:
2025-06-14 18:42:20 +02:00
parent 978d002e9e
commit 84d0da4478

View File

@@ -0,0 +1,15 @@
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