mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: change git-cliff "tag_pattern" option to regex
Changed with v1.4.0 See: https://github.com/orhun/git-cliff/pull/318 Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
1b82887cd6
commit
1ba9e6eb44
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ commit_parsers = [
|
||||||
# filter out the commits that are not matched by commit parsers
|
# filter out the commits that are not matched by commit parsers
|
||||||
filter_commits = false
|
filter_commits = false
|
||||||
# glob pattern for matching git tags
|
# glob pattern for matching git tags
|
||||||
tag_pattern = "*[0-9]*"
|
tag_pattern = "v[0-9]."
|
||||||
# regex for skipping tags
|
# regex for skipping tags
|
||||||
skip_tags = "v0.1.0-beta.1"
|
skip_tags = "v0.1.0-beta.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue