forked from templates/template-go-orm
13 lines
359 B
INI
13 lines
359 B
INI
[bumpversion]
|
|
current_version = 1.0.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:README.md]
|