Skip to content

Commit

Permalink
Merge pull request #88 from hatena/xcodegen-swift-packages
Browse files Browse the repository at this point in the history
[XcodeGen] datasourceTemplate to `github-tags`
  • Loading branch information
yutailang0119 authored Jan 8, 2025
2 parents bf6173d + c9747cd commit 1645ed1
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 1645ed1

Please sign in to comment.