1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-07 15:02:55 +08:00

feat: 规范版本管理

This commit is contained in:
涵曦
2024-07-06 14:49:41 +00:00
parent bb5d82097e
commit aaf9f4b6a7
3 changed files with 357 additions and 0 deletions

View File

@@ -55,3 +55,11 @@ convention = "google"
[tool.pdm.scripts]
lint = "ruff check ."
fmt = "ruff format ."
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "pep440"
version_provider = "pep621"
update_changelog_on_bump = true
major_version_zero = true