Skip to content

Commit b716e36

Browse files
authored
Merge pull request #505 from watson-developer-cloud/feature-fix-bumpversion
Feature fix bumpversion
2 parents 26a9f04 + 42a807c commit b716e36

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.13.0
2+
current_version = 2.13.1
33
commit = True
44
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
55

@@ -10,3 +10,4 @@ replace = {new_version}
1010
[bumpversion:file:Scripts/Utilities/Constants.cs]
1111
search = {current_version}
1212
replace = {new_version}
13+

.releaserc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"branch": "master",
33
"verifyConditions": [],
44
"prepare": [
5+
"@semantic-release/git",
56
{
67
"path": "@semantic-release/exec",
78
"cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --allow-dirty --verbose patch"

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "IBM Watson SDK for Unity"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.13.0
41+
PROJECT_NUMBER = 2.13.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Scripts/Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static class Path
4747
public static class String
4848
{
4949
/// <exclude />
50-
public const string Version = "watson-apis-unity-sdk/2.13.0";
50+
public const string Version = "watson-apis-unity-sdk/2.13.1";
5151
/// <exclude />
5252
public const string DebugDispalyQuality = "Quality: {0}";
5353
/// <summary>

0 commit comments

Comments
 (0)