We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57c04f commit f396db2Copy full SHA for f396db2
archlinuxcn/foundry/.nvchecker.toml
@@ -3,3 +3,4 @@ source = "git"
3
git = "https://github.com/foundry-rs/foundry.git"
4
use_max_tag = true
5
prefix = "v"
6
+include_regex = 'v(\d+.\d+.\d+)'
archlinuxcn/foundry/lilac.yaml
@@ -13,3 +13,4 @@ update_on:
13
github: foundry-rs/foundry
14
use_max_tag: true
15
prefix: v
16
+ include_regex: 'v(\d+.\d+.\d+)'
0 commit comments