[package]
name = "committed"
version = "0.2.3"
description = "Nitpicking commit history since beabf39"
authors = ["Ed Page <eopage@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/crate-ci/committed"
documentation = "https://docs.rs/committed"
readme = "README.md"
categories = ["development-tools", "text-processing"]
keywords = ["development"]
edition = "2018"
[badges]
codecov = { repository = "crate-ci/committed" }
[package.metadata.release]
pre-release-replacements = [
{file="CHANGELOG.md", search="Unreleased", replace="{{version}}", min=1},
{file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1},
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=1},
{file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", exactly=1},
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/crate-ci/committed/compare/{{tag_name}}...HEAD", exactly=1},
{file="Dockerfile", search="ARG VERSION=.*", replace="ARG VERSION={{version}}", min=1},
{file="docker/Dockerfile", search="ARG VERSION=.*", replace="ARG VERSION={{version}}", min=1},
{file="README.md", search="rev: .*", replace="rev: {{tag_name}}", exactly=1},
{file="setup.py", search="\nVERSION = .*", replace="\nVERSION = '{{version}}'", exactly=1},
]
[dependencies]
regex = "1.4"
once_cell = "1.7.2"
git-conventional = "0.10"
unicase = "2.4.0"
anyhow = "1.0"
git2 = { version = "0.13", default-features = false }
clap = "2"
structopt = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
unicode-segmentation = "1.8.0"
log = "0.4"
env_logger = "0.9"
clap-verbosity-flag = "0.3"
grep-cli = "0.1"
imperative = "1.0"
derive_more = "0.99.16"
itertools = "0.10.0"
proc-exit = "1.0"
human-panic = "1.0.3"