Files
systemd-timer/.gitea/workflows/release.yml
Max P. 05f3b519f5
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
CI / build (push) Successful in 23s
chore(workflows): simplify release workflow with auto-changelog
- Replaces custom release and changelog logic with auto-changelog action
- Reduces complexity and maintenance effort in the release process
- Ensures consistent changelog generation and release creation
2025-06-15 16:51:21 +02:00

20 lines
381 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@v0
with:
token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}