Skip to content

Commit 18f1d52

Browse files
committed
ci: configure version bump for docs sub-folder
1 parent 0fee4cb commit 18f1d52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.bumpversion.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ replace = "version = \"{new_version}\""
2828
filename = "README.md"
2929
search = "{current_version}"
3030
replace = "{new_version}"
31+
32+
[[tool.bumpversion.files]]
33+
glob = "docs/*.md"
34+
ignore_missing_version = true
35+
search = "{current_version}"
36+
replace = "{new_version}"

0 commit comments

Comments
 (0)