Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed450da

Browse files
committedJan 9, 2025·
build: remove verbose output during publish
Signed-off-by: Phil Adams <[email protected]>
1 parent f01b2e9 commit ed450da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.releaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[
99
"@semantic-release/exec",
1010
{
11-
"prepareCmd": "bump-my-version bump --allow-dirty --verbose --current-version ${lastRelease.version} --new-version ${nextRelease.version}"
11+
"prepareCmd": "bump-my-version bump --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version}"
1212
}
1313
],
1414
[

0 commit comments

Comments
 (0)
Please sign in to comment.