Skip to content

Commit

Permalink
fix: sem-rel regex to find version to bump in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed Jun 16, 2022
1 parent 6ac0ee5 commit 8d86d03
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 @@ -67,7 +67,7 @@
"files": [
"doc/remember.txt"
],
"from": "Version: ${lastRelease.version}",
"from": "^Version: (([v]?[0-9]).+([0-9]).+([0-9]))$",
"to": "Version: ${nextRelease.version}",
"results": [
{
Expand Down

0 comments on commit 8d86d03

Please sign in to comment.