nvchecker: add bibtool

This commit is contained in:
George Rawlinson 2022-03-21 19:38:58 +13:00
parent a34233ff00
commit d89f63d179
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 0 deletions

View File

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