Skip to content

Commit

Permalink
fix: remove leading v from version
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 3, 2023
1 parent 09e8229 commit 9d56864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"versioning": "semver",
"startVersion": "14.15.0",
"ignoredVersions": [],
"allowedVersions": "^14.15.0 || ^16.13.0 || >=18.12.0"
"allowedVersions": "^14.15.0 || ^16.13.0 || >=18.12.0",
"extractVersion": "^v(?<version>.*)$"
}

0 comments on commit 9d56864

Please sign in to comment.