feat(workflows): add automated changelog and release workflow
Some checks failed
Auto Changelog & Release / release (push) Failing after 2s
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:
15
.gitea/workflows/release.yml
Normal file
15
.gitea/workflows/release.yml
Normal 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
|
Reference in New Issue
Block a user