nvchecker: add miller
This commit is contained in:
parent
9a0dc4609a
commit
2d7f7c898d
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(rc).*$"
|
exclude_regex = "^.*(rc).*$"
|
||||||
|
|
||||||
|
[miller]
|
||||||
|
source = "github"
|
||||||
|
github = "johnkerl/miller"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[reason]
|
[reason]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "jaywonchung/reason"
|
github = "jaywonchung/reason"
|
||||||
|
|
Loading…
Reference in a new issue