novel-cli 0.17.0

A set of tools for downloading novels from the web, manipulating text, and generating EPUB
Documentation
name: Release-plz

permissions:
  contents: read

on:
  push:
    branches:
      - "main"
    tags-ignore:
      - "**"

jobs:
  release-plz:
    permissions:
      contents: write
      pull-requests: write
    uses: TerakomariGandesblood/github-workflows/.github/workflows/rust-release-plz.yml@main
    secrets:
      RELEASE_PLZ_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}