Skip to content

Commit

Permalink
Fix datasourceTemplate to github-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
yutailang0119 authored Jan 7, 2025
1 parent bf6173d commit c9747cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcodegenSwiftPackages.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url: https:\\/\\/github\\.com\\/(?<depName>.*?)(\\.git)?\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s",
"github: (?<depName>.*?)\\s*version: ['\"]?(?<currentValue>[^'\"]+?)['\"]?\\s",
],
datasourceTemplate: "github-releases",
datasourceTemplate: "github-tags",
extractVersionTemplate: "^v?(?<version>.*)$",
},
],
Expand Down

0 comments on commit c9747cd

Please sign in to comment.