api-bones 4.0.1

Opinionated REST API types: errors (RFC 9457), pagination, health checks, and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Release

on:
  push:
    tags: ['v*']

jobs:
  release:
    uses: brefwiz/shared-ci-workflows/.github/workflows/release-rust.yml@main
    with:
      # Publish in dependency order: api-bones must land on crates.io before
      # the satellite crates can resolve it.
      crates: "api-bones api-bones-tower api-bones-reqwest"
    secrets:
      cargo-registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
    permissions:
      contents: write