Skip to content

Commit

Permalink
Restore incorrect v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Feb 1, 2025
1 parent 3fdfcae commit 390b891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"\\s+hugo-version:\\s+['\"]?(?<version>\\d+(\\.\\d+)*)['\"]?"
],
"depNameTemplate": "hugo",
"currentValueTemplate": "{{{version}}}",
"currentValueTemplate": "v{{{version}}}",
"packageNameTemplate": "gohugoio/hugo",
"datasourceTemplate": "github-tags",
"versioningTemplate": "semver-coerced"
Expand Down

0 comments on commit 390b891

Please sign in to comment.