Skip to content

Rework release CI & add semver checks (#409) #1

Rework release CI & add semver checks (#409)

Rework release CI & add semver checks (#409) #1

Workflow file for this run

name: Release PR
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
jobs:
release-plz-pr:
name: Release-plz release-pr
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: stable
- name: Run release-plz
uses: release-plz/action@7419a2cb1535b9c0e852b4dec626967baf65c022 # v0.5.102
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}