nvchecker: add bibtool
This commit is contained in:
parent
a34233ff00
commit
d89f63d179
1 changed files with 7 additions and 0 deletions
|
@ -136,6 +136,13 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
|||
|
||||
# github
|
||||
|
||||
[bibtool]
|
||||
source = "github"
|
||||
github = "ge-ne/bibtool"
|
||||
use_max_tag = true
|
||||
from_pattern = 'BibTool_(\d+)_(\d+)'
|
||||
to_pattern = '\1.\2'
|
||||
|
||||
[reshape]
|
||||
source = "github"
|
||||
github = "fabianlindfors/reshape"
|
||||
|
|
Loading…
Reference in a new issue