Skip to content

Commit 2880cd6

Browse files
add bumpver version
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent 8618495 commit 2880cd6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

bumpver.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
[bumpver]
3+
current_version = "1.0.0"
4+
version_pattern = "MAJOR.MINOR.PATCH"
5+
commit_message = "bump version {old_version} -> {new_version}"
6+
tag_message = "{new_version}"
7+
tag_scope = "default"
8+
commit = true
9+
tag = true
10+
push = false
11+
12+
[bumpver.file_patterns]
13+
"bumpver.toml" = ['current_version = "{version}"']
14+
"QuestEA.py" = ['VERSION: str = "{version}"']

0 commit comments

Comments
 (0)