trnovel 0.9.0

Terminal reader for novel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
allow-branch = ["main"]
# Tag every crate (including the root `trnovel`) as `<crate>-v<version>` so the
# app tag (`trnovel-v*`) matches cargo-dist's tag-namespace trigger.
tag-name = "{{crate_name}}-v{{version}}"
pre-release-hook = [
    "git",
    "cliff",
    "-o",
    "CHANGELOG.md",
    "--tag",
    "{{version}}",
]