From 0af7ea394f338c5f6026a4e8e9747f4bfc6720de Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 Oct 2025 21:51:18 +0000 Subject: [PATCH] add tag prefix --- libs/python/agent/.bumpversion.cfg | 1 + libs/python/computer-server/.bumpversion.cfg | 1 + libs/python/computer/.bumpversion.cfg | 1 + libs/python/core/.bumpversion.cfg | 1 + libs/python/mcp-server/.bumpversion.cfg | 1 + libs/python/pylume/.bumpversion.cfg | 1 + libs/python/som/.bumpversion.cfg | 1 + 7 files changed, 7 insertions(+) diff --git a/libs/python/agent/.bumpversion.cfg b/libs/python/agent/.bumpversion.cfg index d3d69abf..05d99468 100644 --- a/libs/python/agent/.bumpversion.cfg +++ b/libs/python/agent/.bumpversion.cfg @@ -2,6 +2,7 @@ current_version = 0.4.0 commit = True tag = True +tag_name = agent-v{new_version} message = Bump cua-agent to v{new_version} [bumpversion:file:pyproject.toml] diff --git a/libs/python/computer-server/.bumpversion.cfg b/libs/python/computer-server/.bumpversion.cfg index db453b1e..1f1d9539 100644 --- a/libs/python/computer-server/.bumpversion.cfg +++ b/libs/python/computer-server/.bumpversion.cfg @@ -2,6 +2,7 @@ current_version = 0.1.25 commit = True tag = True +tag_name = computer-server-v{new_version} message = Bump cua-computer-server to v{new_version} [bumpversion:file:pyproject.toml] diff --git a/libs/python/computer/.bumpversion.cfg b/libs/python/computer/.bumpversion.cfg index 7762d66e..32b7e60e 100644 --- a/libs/python/computer/.bumpversion.cfg +++ b/libs/python/computer/.bumpversion.cfg @@ -2,6 +2,7 @@ current_version = 0.4.0 commit = True tag = True +tag_name = computer-v{new_version} message = Bump cua-computer to v{new_version} [bumpversion:file:pyproject.toml] diff --git a/libs/python/core/.bumpversion.cfg b/libs/python/core/.bumpversion.cfg index 6b37b331..14c00eb4 100644 --- a/libs/python/core/.bumpversion.cfg +++ b/libs/python/core/.bumpversion.cfg @@ -2,6 +2,7 @@ current_version = 0.1.8 commit = True tag = True +tag_name = core-v{new_version} message = Bump cua-core to v{new_version} [bumpversion:file:pyproject.toml] diff --git a/libs/python/mcp-server/.bumpversion.cfg b/libs/python/mcp-server/.bumpversion.cfg index a188d27c..5c354295 100644 --- a/libs/python/mcp-server/.bumpversion.cfg +++ b/libs/python/mcp-server/.bumpversion.cfg @@ -2,6 +2,7 @@ current_version = 0.1.0 commit = True tag = True +tag_name = mcp-server-v{new_version} message = Bump cua-mcp-server to v{new_version} [bumpversion:file:pyproject.toml] diff --git a/libs/python/pylume/.bumpversion.cfg b/libs/python/pylume/.bumpversion.cfg index 2c782cad..c57ee4cc 100644 --- a/libs/python/pylume/.bumpversion.cfg +++ b/libs/python/pylume/.bumpversion.cfg @@ -2,6 +2,7 @@ current_version = 0.2.2 commit = True tag = True +tag_name = pylume-v{new_version} message = Bump pylume to v{new_version} [bumpversion:file:pylume/__init__.py] diff --git a/libs/python/som/.bumpversion.cfg b/libs/python/som/.bumpversion.cfg index 4492360f..275c2177 100644 --- a/libs/python/som/.bumpversion.cfg +++ b/libs/python/som/.bumpversion.cfg @@ -2,6 +2,7 @@ current_version = 0.1.0 commit = True tag = True +tag_name = som-v{new_version} message = Bump cua-som to v{new_version} [bumpversion:file:pyproject.toml]