Skip to content

Commit

Permalink
🔧 更新 bumpversion 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Oct 27, 2024
1 parent 665772e commit 7e3f49b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 7e3f49b

Please sign in to comment.