Show More
@@ -71,3 +71,24 b' skip-magic-trailing-comma = false' | |||
|
71 | 71 | # Like Black, automatically detect the appropriate line ending. |
|
72 | 72 | line-ending = "auto" |
|
73 | 73 | |
|
74 | ||
|
75 | [tool.bumpversion] | |
|
76 | current_version = "5.4.0" | |
|
77 | parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" | |
|
78 | serialize = ["{major}.{minor}.{patch}"] | |
|
79 | search = "{current_version}" | |
|
80 | replace = "{new_version}" | |
|
81 | regex = false | |
|
82 | ignore_missing_version = false | |
|
83 | ignore_missing_files = false | |
|
84 | tag = false | |
|
85 | sign_tags = false | |
|
86 | tag_name = "v{new_version}" | |
|
87 | tag_message = "release(version-bump): {current_version} → {new_version}" | |
|
88 | allow_dirty = false | |
|
89 | commit = false | |
|
90 | message = "release(version-bump): {current_version} → {new_version}" | |
|
91 | commit_args = "" | |
|
92 | setup_hooks = [] | |
|
93 | pre_commit_hooks = [] | |
|
94 | post_commit_hooks = [] |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now