Skip to content

docs: document and doctest Patch::original (#5) #10

docs: document and doctest Patch::original (#5)

docs: document and doctest Patch::original (#5) #10

Workflow file for this run

name: Release-plz
permissions:
pull-requests: write
contents: write
id-token: write # Required for OIDC token exchange
on:
push:
branches:
- main
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
environment: release-plz
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: rust-lang/crates-io-auth-action@v1
id: auth
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: release-plz/action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}