From 7e3f49bc9e4458371bd507b709571666e00876db Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Sun, 27 Oct 2024 20:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E6=9B=B4=E6=96=B0=20bumpversion?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a8a6083..71ddedc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,5 +158,10 @@ tag_name = "{new_version}" commit = true message = "🔖 {new_version}" +[[tool.bumpversion.files]] +filename = "pyproject.toml" +search = "version = \"{current_version}\"" +replace = "version = \"{new_version}\"" + [tool.nonebot] plugins = ["nonebot_plugin_tetris_stats"]