socle 2.6.0

Opinionated axum service bootstrap: telemetry, database, rate limiting, and shutdown in one builder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Release

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

jobs:
  release:
    uses: brefwiz/shared-ci-workflows/.github/workflows/release-rust.yml@main
    with:
      crates: "socle"
    secrets:
      cargo-registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
    permissions:
      contents: write