openpgp-card-tools 0.10.1

A tool for inspecting and configuring OpenPGP cards
# SPDX-FileCopyrightText: 2023 David Runge <dave@sleepmap.de>
# SPDX-License-Identifier: CC0-1.0

branch_whitelist = [ "main" ]
tag_prefix = "v"
ignore_merge_commits = true

pre_bump_hooks = [
  "./.ci/check.sh",
  "./.ci/check.sh integration",
  "cargo publish --dry-run",
  "cargo set-version -V",
  "cargo set-version {{version}}",
]

post_bump_hooks = [
  "git push",
  "git push origin {{version}}",
  "cargo package",
  "cargo publish",
]

[changelog]
path = "CHANGELOG.md"