nvchecker: add kicad
This commit is contained in:
parent
23340cfee3
commit
7faaeae5a3
1 changed files with 7 additions and 0 deletions
|
@ -88,6 +88,13 @@ use_max_tag = true
|
||||||
from_pattern = 'OPENLDAP_REL_ENG_(\d+)_(\d+)_(\d+)'
|
from_pattern = 'OPENLDAP_REL_ENG_(\d+)_(\d+)_(\d+)'
|
||||||
to_pattern = '\1.\2.\3'
|
to_pattern = '\1.\2.\3'
|
||||||
|
|
||||||
|
[kicad]
|
||||||
|
source = "gitlab"
|
||||||
|
gitlab = "kicad/code/kicad"
|
||||||
|
use_max_tag = true
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
ignored = "6.99.0"
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
[immudb]
|
[immudb]
|
||||||
|
|
Loading…
Reference in a new issue