chore: Setup workflows

This commit is contained in:
2026-04-03 04:30:13 +02:00
parent df87e9a19d
commit dfb93b2533
4 changed files with 73 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Release-plz
on:
push:
branches:
- main
jobs:
release-plz-pr:
name: Release-plz PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: release-plz
- run: release-plz release-pr --git-token {secrets.RELEASE_PLZ_TOKEN} --forge gitea -o json