Skip to content

Commit

Permalink
fix: release version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Apr 13, 2022
1 parent 0a0cd73 commit 26938d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"replacements": [
{
"files": ["VERSION"],
"from": "^(v[0-9]).+([0-9]).+([0-9])?$",
"from": "^([v]?[0-9]).+([0-9]).+([0-9])?$",
"to": "v${nextRelease.version}",
"results": [ { "file": "VERSION", "hasChanged": true }
]
Expand Down

0 comments on commit 26938d6

Please sign in to comment.