添加 release 依赖 bump-my-version

This commit is contained in:
2024-10-27 20:49:56 +08:00
parent 44fda8a19e
commit 665772ed66
2 changed files with 122 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ typecheck = [
]
test = ["nonebot-adapter-satori>=0.12.6", "nonebot-plugin-orm[default]>=0.7.6", "nonebot2[aiohttp,fastapi]>=2.3.3"]
debug = ["matplotlib>=3.9.2", "memory-profiler>=0.61.0", "objprint>=0.2.3", "pyqt6>=6.7.1", "viztracer>=0.17.0"]
release = ["bump-my-version>=0.28.0"]
[tool.uv]
default-groups = ["dev", "typecheck"]
@@ -149,5 +150,13 @@ pythonPlatform = "All"
defineConstant = { PYDANTIC_V2 = true }
typeCheckingMode = "standard"
[tool.bumpversion]
current_version = "1.5.5"
tag = true
sign_tags = true
tag_name = "{new_version}"
commit = true
message = "🔖 {new_version}"
[tool.nonebot]
plugins = ["nonebot_plugin_tetris_stats"]