Add bumpversion config
This commit is contained in:
parent
acde8a12f1
commit
bf6cb62789
|
|
@ -0,0 +1,7 @@
|
|||
[bumpversion]
|
||||
; bumped by running bumpversion
|
||||
current_version = 1.5.0
|
||||
commit = True
|
||||
tag = True
|
||||
; default tag_name value
|
||||
tag_name = v{new_version}
|
||||
Loading…
Reference in New Issue