Files
patchman/.gitea/workflows/release.yml
Max P. 2773984dcb chore(ci): Adds nightly and release build workflows
- Introduces workflows for nightly and release builds,
  automating package publishing to Gitea.
- Includes scripts for setting Poetry version, cleaning up
  old dev versions, and uploading assets to releases.
- Adds a merge template for pull requests.
2025-07-12 21:25:20 +02:00

20 lines
383 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 }}