File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.12 .0
2+ current_version = 2.13 .0
33commit = True
44message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
55
66[bumpversion:file:Doxyfile]
7+ search = {current_version}
8+ replace = {new_version}
79
810[bumpversion:file:Scripts/Utilities/Constants.cs]
911search = {current_version}
Original file line number Diff line number Diff line change 22 "branch": "master",
33 "verifyConditions": [],
44 "prepare": [
5- {
5+ {
66 "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"
88 }
99 ],
1010 "publish": ["@semantic-release/github"]
You can’t perform that action at this time.
0 commit comments