diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index c0cce84..51cddf0 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -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"