Skip to content
Snippets Groups Projects
Commit b30fcf20 authored by Pierre Guinoiseau's avatar Pierre Guinoiseau 💚
Browse files

fix: remove 'v' prefix from truncated versions in Renovate

parent 917d45cb
No related branches found
No related tags found
No related merge requests found
Pipeline #23665246 passed
Loading
Loading
@@ -12,7 +12,7 @@
"goreleaser/goreleaser",
"gitlab.com/gitlab-com/gl-infra/jsonnet-tool"
],
"extractVersion": "^(?<version>v?\\d+\\.\\d+)"
"extractVersion": "^v?(?<version>\\d+\\.\\d+)"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment