diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-03-30 20:50:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 20:50:04 +0000 |
| commit | 4f840706434b62b72361ef2664836bd98dcdc249 (patch) | |
| tree | 60ae03083076cd666a637319f08657f3e786ea46 /.bumpversion.toml | |
| parent | f358dd43e71176630405d118742efbdbd9146278 (diff) | |
| parent | 640338b79641fa3a1957a38f9e449b05444f579c (diff) | |
Merge pull request #93 from anoduck/develop
docs(Added-to-docs)
Diffstat (limited to '.bumpversion.toml')
| -rw-r--r-- | .bumpversion.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.bumpversion.toml b/.bumpversion.toml new file mode 100644 index 0000000..ef053e9 --- /dev/null +++ b/.bumpversion.toml @@ -0,0 +1,21 @@ +[tool.bumpversion] +current_version = "0.4.5" +parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" +serialize = ["{major}.{minor}.{patch}"] +search = "{current_version}" +replace = "{new_version}" +regex = false +ignore_missing_version = false +ignore_missing_files = false +tag = true +sign_tags = false +tag_name = "v{new_version}" +tag_message = "Bump version: {current_version} → {new_version}" +allow_dirty = true +commit = false +message = "Bump version: {current_version} → {new_version}" +moveable_tags = [] +commit_args = "--no-verify" +setup_hooks = [] +pre_commit_hooks = [] +post_commit_hooks = [] |
