nvchecker: modify midnight-commander's exclude_regex to exclude pre-releases
This commit is contained in:
parent
896b24cc6d
commit
a34233ff00
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue