nvchecker: add kcgi
This commit is contained in:
parent
fc40e91d0b
commit
aa12a6c71f
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue