Skip to content

Commit 118f80d

Browse files
committed
Update .releaserc
Signed-off-by: Ujjwal Kumar <[email protected]>
1 parent 67fc28b commit 118f80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
[
88
"@semantic-release/exec",
99
{
10-
"prepareCmd": "bumpversion --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
10+
"prepareCmd": "bumpversion --config-file pyproject.toml --allow-dirty --new-version ${nextRelease.version} patch"
1111
}
1212
],
1313
[
1414
"@semantic-release/git",
1515
{
16-
"assets": ["CHANGELOG.md", "pyproject.toml", "ibm_vpc/version.py"],
16+
"assets": ["CHANGELOG.md", "pyproject.toml", "ibm_vpc/version.py", "README.md"],
1717
"message": "chore(release): ${nextRelease.version} release notes\n\n${nextRelease.notes}",
1818
"gitUserName": "uibm",
1919
"gitUserEmail": "[email protected]"

0 commit comments

Comments
 (0)