Skip to content

Commit

Permalink
chore(semantic-release): Ensure pre-commit version has v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann committed Oct 25, 2024
1 parent 3558b35 commit babdeed
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 @@ -48,7 +48,7 @@
"README.md"
],
"from": "\\s{2}rev: [v0-9.]+",
"to": " rev: ${nextRelease.version}",
"to": " rev: v${nextRelease.version}",
"results": [
{
"file": "README.md",
Expand Down

0 comments on commit babdeed

Please sign in to comment.