nvchecker: add exclude_regex to trdsql

This commit is contained in:
George Rawlinson 2022-10-29 20:29:50 +13:00
parent c476ed8229
commit 4d17bcdc58
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -861,6 +861,7 @@ source = "github"
github = "noborus/trdsql"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc).*$"
[octosql]
source = "github"