nvchecker: modify midnight-commander's exclude_regex to exclude pre-releases

This commit is contained in:
George Rawlinson 2022-03-21 19:38:39 +13:00
parent 896b24cc6d
commit a34233ff00
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ use_max_tag = true
source = "github"
github = "MidnightCommander/mc"
use_max_tag = true
exclude_regex = "^.*(alpha|beta|rc|pre).*$"
[dopewars]
source = "github"