From 0443ac83d99289d3dceb2b9f144c31516acbcd06 Mon Sep 17 00:00:00 2001 From: Ruslan Popov Date: Sat, 29 Mar 2025 20:11:08 +0300 Subject: [PATCH] Versioning --- .bumpversion.cfg | 12 ++++++++++++ VERSION | 1 + 2 files changed, 13 insertions(+) create mode 100644 .bumpversion.cfg create mode 100644 VERSION diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 0000000..4853adf --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,12 @@ +[bumpversion] +current_version = 0.1.0 +commit = True +tag = True +tag_name = {new_version} +parse = (?P\d+)\.(?P\d+)\.(?P\d+) +serialize = {major}.{minor}.{patch} +message = [skip ci] Bump version: {current_version} → {new_version} + +[bumpversion:file:VERSION] + +[bumpversion:file:src/main.go] diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..6e8bf73 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1.0