summarylogtreecommitdiffstats
path: root/.nvchecker.toml
blob: 847d9be042bd2fe744d224561ff9606e588fa93c (plain)
1
2
3
4
5
6
7
8
[python-opencensus]
source = "git"
git = "https://github.com/census-instrumentation/opencensus-python.git"
prefix = "v"
include_regex = '^v[0-9]+\.[0-9]+\.[0-9]+(-[0-9]+\.[0-9]+\.[0-9]+)?$'
from_pattern = "-"
to_pattern = "_azure"
sort_version_key = "vercmp"