summarylogtreecommitdiffstats
path: root/.nvchecker.toml
blob: f88205eec833db7cdd36a4da15e4166650010b83 (plain)
1
2
3
4
5
6
7
8
[linux]
source = "github"
github = "archlinux/linux"
use_max_tag = true
include_regex = 'v\d+(\.\d+)*-arch\d+'
from_pattern = '-([a-z])'
to_pattern = '.\1'
prefix = "v"