Skip to content

Commit

Permalink
add bumpver version
Browse files Browse the repository at this point in the history
Signed-off-by: thiswillbeyourgithub <[email protected]>
  • Loading branch information
thiswillbeyourgithub committed Jan 11, 2025
1 parent 8618495 commit 2880cd6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bumpver.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

[bumpver]
current_version = "1.0.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
tag_scope = "default"
commit = true
tag = true
push = false

[bumpver.file_patterns]
"bumpver.toml" = ['current_version = "{version}"']
"QuestEA.py" = ['VERSION: str = "{version}"']

0 comments on commit 2880cd6

Please sign in to comment.