Skip to content

Commit

Permalink
fix: fix matches in .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 5, 2023
1 parent b07613c commit 4710923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
{
"files": ["frontend/packages/manager/package.json"],
"from": ".*\"version\" ?=.*",
"to": " \"version\" = \"${nextRelease.version}\",",
"from": ".*\"version\":.*",
"to": " \"version\": \"${nextRelease.version}\",",
"results": [
{
"file": "frontend/packages/manager/package.json",
Expand All @@ -58,8 +58,8 @@
},
{
"files": ["frontend/lerna.json"],
"from": ".*\"version\" ?=.*",
"to": " \"version\" = \"${nextRelease.version}\",",
"from": ".*\"version\":.*",
"to": " \"version\": \"${nextRelease.version}\",",
"results": [
{
"file": "frontend/lerna.json",
Expand Down

0 comments on commit 4710923

Please sign in to comment.