rustdoc-query 0.2.0

Rust library and MCP server for querying crate public APIs from rustdoc JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
shared-version = true
consolidate-commits = true

tag-name = "v{{version}}"
tag-prefix = ""

sign-commit = true
sign-tag = true

pre-release-hook = ["bash", "-c", "cd $(dirname $(cargo locate-project --workspace --message-format plain)) && git cliff -o CHANGELOG.md --tag 'v{{version}}' && git add CHANGELOG.md"]
pre-release-commit-message = "chore(release): v{{version}}"

publish = true
push = false