All checks were successful
continuous-integration/drone/push Build is passing
17 lines
422 B
INI
17 lines
422 B
INI
[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:.drone.yml]
|
|
|
|
[bumpversion:file:VERSION]
|
|
|
|
[bumpversion:file:README.md]
|
|
|
|
[bumpversion:file:src/main.go]
|