File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.12 .0
2
+ current_version = 2.13 .0
3
3
commit = True
4
4
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
5
6
6
[bumpversion:file:Doxyfile]
7
+ search = {current_version}
8
+ replace = {new_version}
7
9
8
10
[bumpversion:file:Scripts/Utilities/Constants.cs]
9
11
search = {current_version}
Original file line number Diff line number Diff line change 2
2
"branch": "master",
3
3
"verifyConditions": [],
4
4
"prepare": [
5
- {
5
+ {
6
6
"path": "@semantic-release/exec",
7
- "cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
7
+ "cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --allow-dirty --verbose patch"
8
8
}
9
9
],
10
10
"publish": ["@semantic-release/github"]
You can’t perform that action at this time.
0 commit comments