adding bumpversion config file
This commit is contained in:
8
.bumpversion.cfg
Normal file
8
.bumpversion.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[bumpversion]
|
||||||
|
current_version = 0.0.1
|
||||||
|
commit = True
|
||||||
|
tag = True
|
||||||
|
|
||||||
|
# these are basically the defaults anyways
|
||||||
|
tag_name = v{new_version}
|
||||||
|
message = “Bump version: {current_version} -> {new_version}”
|
Reference in New Issue
Block a user