Skip to content

Commit

Permalink
chore: bump version 时同时修改 uv.lock 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Dec 1, 2024
1 parent 77267a1 commit 14b50f2
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 @@ -122,3 +122,8 @@ filename = "CHANGELOG.md"
regex = true
search = "\\[Unreleased\\]: (https://.+?)v{current_version}\\.\\.\\.HEAD"
replace = "[Unreleased]: \\1v{new_version}...HEAD\n[{new_version}]: \\1v{current_version}...v{new_version}"

[[tool.bumpversion.files]]
filename = "uv.lock"
search = "name = \"noneflow\"\nversion = \"{current_version}\""
replace = "name = \"noneflow\"\nversion = \"{new_version}\""

0 comments on commit 14b50f2

Please sign in to comment.