ci: gate release job on release-pr output (#11)

* Create release-plz.yml

* ci: configure release-plz auto-release workflow

* ci: allow crates token from env vars fallback

* ci: add release-pr flow and release commit filtering

* ci: gate release job on release-pr output
This commit is contained in:
Milind Sharma 2026-02-22 21:01:29 +08:00 committed by GitHub
parent 1b448b9d75
commit 591918a176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -7,12 +7,14 @@ on:
workflow_dispatch:
jobs:
release-plz-release:
name: release-plz release
runs-on: ubuntu-latest
permissions:
contents: write
environment: CRATE_RELEASE
steps:
- &checkout
name: Checkout repository