generated from archlinux/template
9 lines
169 B
TOML
9 lines
169 B
TOML
[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"
|