File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ [bumpversion]
2
+ current_version = 2.12.0
3
+ commit = True
4
+ message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
5
+
6
+ [bumpversion:file:Doxyfile]
7
+
8
+ [bumpversion:file:Scripts/Utilities/Constants.cs]
9
+ search = {current_version}
10
+ replace = {new_version}
Original file line number Diff line number Diff line change 1
1
{
2
2
"branch": "master",
3
3
"verifyConditions": [],
4
- "prepare": [],
4
+ "prepare": [
5
+ {
6
+ "path": "@semantic-release/exec",
7
+ "cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
8
+ }
9
+ ],
5
10
"publish": ["@semantic-release/github"]
6
11
}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ before_install:
13
13
- chmod a+x ./Travis/installUnity.sh
14
14
-
npm install -g [email protected]
15
15
install :
16
+ - pip install bumpversion
16
17
- ./Travis/installUnity.sh
17
18
- npm install @semantic-release/exec
18
19
before_script :
You can’t perform that action at this time.
0 commit comments