Skip to content

Commit adf922f

Browse files
author
robo9k
committed
Add bumpversion config, refs #5
1 parent 614b8d7 commit adf922f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.bumpversion.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[bumpversion]
2+
current_version = 0.0.3
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:Cargo.toml]
7+
search = version = "{current_version}"
8+
replace = version = "{new_version}"

0 commit comments

Comments
 (0)