chc-service 0.3.0

A local web server that implements the chc (Chain Head Coordinator) interface in Rust
Documentation
name: Prepare a release

on:
  workflow_dispatch:
    inputs:
      force_version:
        type: string
        description: "Specify the semver version for the next release, to override the default semver bump"
        default: ""
        required: false

jobs:
  call:
    uses: holochain/actions/.github/workflows/prepare-release.yml@v1.0.0
    with:
      cliff_config: "https://raw.githubusercontent.com/holochain/release-integration/refs/heads/main/pre-1.0-cliff.toml"
      force_version: ${{ inputs.force_version }}
    secrets:
      HRA2_GITHUB_TOKEN: ${{ secrets.HRA2_GITHUB_TOKEN }}