Skip to content

Commit

Permalink
fix: releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhang13 committed Aug 17, 2020
1 parent 4b7d0fa commit eb6b2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "bumpversion --allow-dirty --current-version 1.0.0 --new-version ${nextRelease.version} patch"
"prepareCmd": "bumpversion --allow-dirty --new-version ${nextRelease.version} patch"
}
],
[
Expand Down

0 comments on commit eb6b2b2

Please sign in to comment.