mirror of
https://github.com/zoriya/guessit.git
synced 2025-12-06 06:16:09 +00:00
9 lines
314 B
TOML
9 lines
314 B
TOML
[tool.semantic_release]
|
|
version_variables = ["guessit/__version__.py:__version__"]
|
|
commit_message = "chore(release): release v{version}"
|
|
commit_author = "github-actions <actions@github.com>"
|
|
build_command = ""
|
|
|
|
[tool.check-manifest]
|
|
ignore = ["docs", "docs/*", ".dockerignore", "Dockerfile", "docker", "docker/*"]
|