nvchecker: add reason
This commit is contained in:
parent
176ff51dbc
commit
9a0dc4609a
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).*$"
|
||||||
|
|
||||||
|
[reason]
|
||||||
|
source = "github"
|
||||||
|
github = "jaywonchung/reason"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[single-file]
|
[single-file]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "gildas-lormeau/SingleFile"
|
github = "gildas-lormeau/SingleFile"
|
||||||
|
|
Loading…
Reference in a new issue