nvchecker: add nushell
This commit is contained in:
parent
577c35e6f2
commit
e61e4a7541
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@ use_max_tag = true
|
|||
prefix = "v"
|
||||
exclude_regex = "^.*(rc).*$"
|
||||
|
||||
[nushell]
|
||||
source = "github"
|
||||
github = "nushell/nushell"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
|
||||
[brpaste]
|
||||
source = "github"
|
||||
github = "CosmicToast/brpaste"
|
||||
|
|
Loading…
Reference in a new issue