Skip to content

Commit

Permalink
Merge pull request #167 from st3v3nhunt/semantic-fixes
Browse files Browse the repository at this point in the history
fix: ensure replacements will match current project
  • Loading branch information
st3v3nhunt authored May 29, 2020
2 parents 4f0b0c5 + 9420b74 commit 77bcae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"package.json",
"package-lock.json"
],
"from": "\"semantic-release-test\",\n \"version\": \".*\"",
"to": "\"semantic-release-test\",\n \"version\": \"${nextRelease.version}\"",
"from": "\"dotfiles\",\n \"version\": \".*\"",
"to": "\"dotfiles\",\n \"version\": \"${nextRelease.version}\"",
"results": [
{
"file": "package.json",
Expand Down

0 comments on commit 77bcae9

Please sign in to comment.