Skip to content

Commit 4db55a9

Browse files
committed
ci: configure version bump for docs sub-folder
1 parent 9747c10 commit 4db55a9

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
@@ -14,3 +14,9 @@ serialize = [
1414
filename = "README.md"
1515
search = "{current_version}"
1616
replace = "{new_version}"
17+
18+
[[tool.bumpversion.files]]
19+
glob = "docs/*.md"
20+
ignore_missing_version = true
21+
search = "{current_version}"
22+
replace = "{new_version}"

0 commit comments

Comments
 (0)