Skip to content

chore(thegraph-core): improve crate docs.rs docs (#363) #226

chore(thegraph-core): improve crate docs.rs docs (#363)

chore(thegraph-core): improve crate docs.rs docs (#363) #226

Workflow file for this run

name: release
on:
push:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
pull-requests: write
contents: write
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt, clippy
- uses: MarcoIeni/release-plz-action@fff938ea2923fdfa35797fff63537b00f30fe6f9 # v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config: .github/release-plz.toml
command: release-pr