nvchecker: add nushell

This commit is contained in:
George Rawlinson 2021-08-23 00:48:30 +00:00
parent 577c35e6f2
commit e61e4a7541
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -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"