nvchecker: add kcgi

This commit is contained in:
George Rawlinson 2022-01-20 07:16:31 +00:00
parent fc40e91d0b
commit aa12a6c71f
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 8 additions and 0 deletions

View File

@ -121,6 +121,14 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[kcgi]
source = "github"
github = "kristapsdz/kcgi"
use_max_tag = true
from_pattern = 'VERSION_(\d+)_(\d+)_(\d+)'
to_pattern = '\1.\2.\3'
ignored = "VERSION_0"
[bear]
source = "github"
github = "rizsotto/Bear"