Versioning

This commit is contained in:
2025-03-29 20:11:08 +03:00
parent fa6dbeaaac
commit 0443ac83d9
2 changed files with 13 additions and 0 deletions

12
.bumpversion.cfg Normal file
View 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]

1
VERSION Normal file
View File

@@ -0,0 +1 @@
0.1.0