Skip to content

Commit 67389b3

Browse files
ci(release): change release commit messages to include skip c_i
1 parent 1eca9a1 commit 67389b3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.bumpversion.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[bumpversion]
22
current_version = 5.2.2
33
commit = True
4+
message = Bump version: {current_version} → {new_version} [skip ci]
45

56
[bumpversion:file:ibm_watson/version.py]
67
search = __version__ = '{current_version}'

.releaserc

-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
"prepareCmd": "bumpversion --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
1111
}
1212
],
13-
[
14-
"@semantic-release/git",
15-
{
16-
"message": "chore(release): ${nextRelease.version} release notes\n\n${nextRelease.notes}"
17-
}
18-
],
1913
"@semantic-release/github"
2014
]
2115
}

0 commit comments

Comments
 (0)