Skip to content

Commit

Permalink
ci: try to add version prefix remover again
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jun 14, 2021
1 parent b75fbfd commit 0a90a26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
]
}],
"packageRules": [{
"description": "Strip v prefix from versions",
"groupName": "version prefix",
"matchDatasources": [
"github-releases",
"github-tags"
],
"extractVersion": "^v(?<version>.*)$"
},
{
"description": "Semantic commits for major updates",
"groupName": "major updates",
"matchDatasources": [
Expand Down

0 comments on commit 0a90a26

Please sign in to comment.