git-stratum 0.2.0

High(er) level repository for mining git repositories, this library abstracts git2-rs for efficient processing.
Documentation
---
name: Release

on:
  push:
    branches:
      - main
      - next
      - next-major
      - beta
      - alpha
      - "[0-9]+.[0-9]+.x"
      - "[0-9]+.x"

permissions:
  contents: write

jobs:
  release:
    uses: semantic-release-action/rust/.github/workflows/release-library.yml@v5
    secrets:
      cargo-registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}