Versioning
This commit is contained in:
12
.bumpversion.cfg
Normal file
12
.bumpversion.cfg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[bumpversion]
|
||||||
|
current_version = 0.1.0
|
||||||
|
commit = True
|
||||||
|
tag = True
|
||||||
|
tag_name = {new_version}
|
||||||
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
||||||
|
serialize = {major}.{minor}.{patch}
|
||||||
|
message = [skip ci] Bump version: {current_version} → {new_version}
|
||||||
|
|
||||||
|
[bumpversion:file:VERSION]
|
||||||
|
|
||||||
|
[bumpversion:file:src/main.go]
|
||||||
Reference in New Issue
Block a user