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
name: Auto-tag

on:
  push:
    branches: [main]

permissions: {}

jobs:
  tag:
    uses: brefwiz/shared-ci-workflows/.github/workflows/auto-tag.yml@main
    secrets:
      release-token: ${{ secrets.RELEASE_TOKEN }}