Skip to content

Commit

Permalink
fix: release version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Nov 10, 2021
1 parent 0bb317f commit ac791bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tagFormat": "${version}",
"tagFormat": "v${version}",
"branches": [
"main"
],
Expand Down

0 comments on commit ac791bc

Please sign in to comment.