Skip to content

Commit f396db2

Browse files
committed
foundry: exclude rc
1 parent b57c04f commit f396db2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

archlinuxcn/foundry/.nvchecker.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ source = "git"
33
git = "https://github.com/foundry-rs/foundry.git"
44
use_max_tag = true
55
prefix = "v"
6+
include_regex = 'v(\d+.\d+.\d+)'

archlinuxcn/foundry/lilac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ update_on:
1313
github: foundry-rs/foundry
1414
use_max_tag: true
1515
prefix: v
16+
include_regex: 'v(\d+.\d+.\d+)'

0 commit comments

Comments
 (0)