mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
23 lines
638 B
TOML
23 lines
638 B
TOML
[tool.bumpversion]
|
|
current_version = "9.2.1"
|
|
|
|
[[tool.bumpversion.files]]
|
|
filename = "capa/version.py"
|
|
search = '__version__ = "{current_version}"'
|
|
replace = '__version__ = "{new_version}"'
|
|
|
|
[[tool.bumpversion.files]]
|
|
filename = "capa/ida/plugin/ida-plugin.json"
|
|
search = '"version": "{current_version}"'
|
|
replace = '"version": "{new_version}"'
|
|
|
|
[[tool.bumpversion.files]]
|
|
filename = "capa/ida/plugin/ida-plugin.json"
|
|
search = '"flare-capa=={current_version}"'
|
|
replace = '"flare-capa=={new_version}"'
|
|
|
|
[[tool.bumpversion.files]]
|
|
filename = "CHANGELOG.md"
|
|
search = "v{current_version}...master"
|
|
replace = "{current_version}...{new_version}"
|