Skip to content

Commit

Permalink
fix: current version error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhang13 committed Aug 17, 2020
1 parent 143460a commit d3aac8c
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 ${lastRelease.version} --new-version ${nextRelease.version} patch"
"prepareCmd": "bumpversion --allow-dirty --current-version 1.0.0 --new-version ${nextRelease.version} patch"
}
],
[
Expand Down

0 comments on commit d3aac8c

Please sign in to comment.