# SPDX-FileCopyrightText: 2023 David Runge # 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"