File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 6
6
"npm:prettier-plugin-toml" = " 2.0.1"
7
7
just = " 1.34.0"
8
8
helm = " 3.15.4"
9
+ "cargo:git-cliff" = " 2.5.0"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ protect_breaking_commits = false
69
69
# filter out the commits that are not matched by commit parsers
70
70
filter_commits = false
71
71
# regex for matching git tags
72
- # tag_pattern = "v[0-9]. *"
72
+ tag_pattern = " v*"
73
73
# regex for skipping tags
74
74
# skip_tags = ""
75
75
# regex for ignoring tags
@@ -80,6 +80,3 @@ topo_order = false
80
80
sort_commits = " oldest"
81
81
# limit the number of commits included in the changelog.
82
82
# limit_commits = 42
83
-
84
- [bump ]
85
- initial_tag = " v0.1.0"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ yellow := '\033[33m'
9
9
10
10
git_version := ` git rev-parse --short HEAD 2> /dev/null || echo " unknown" `
11
11
is_unstable := ` git tag --points-at | grep ' v' && echo " " || echo " -UNSTABLE" `
12
- version := ` git cliff --bumped-version --tag-pattern " v.* " 2> /dev/null | cut -c2- || echo " 0.0.0" ` + is_unstable
12
+ version := ` git cliff --bumped-version 2> /dev/null | cut -c2- || echo " 0.0.0" ` + is_unstable
13
13
version_placeholder := " 0.0.0-UNSTABLE"
14
14
15
15
# Docker settings
You can’t perform that action at this time.
0 commit comments