nvchecker: update exclude_regex for elvish

This commit is contained in:
George Rawlinson 2022-03-30 03:59:35 +00:00
parent 614f5f95c2
commit 38f043935c
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ source = "github"
github = "elves/elvish"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(rc).*$"
exclude_regex = "^.*(alpha|beta|rc|dev).*$"
[pgformatter]
source = "github"