Lines Matching +full:commit +full:- +full:message
1 # configuration file for git-cliff (0.1.0)
15 ## {{ version | replace(from="v", to="") }} ({{ timestamp | date(format="%Y-%m-%d") }})
21 {% for commit in commits %}
22 {% if commit.scope %}\
23 * **{{ commit.scope }}:** {{ commit.message }} ([{{ commit.id | truncate(length=8, end="") }}](http…
24 {%- if commit.breaking %}
25 * **BREAKING CHANGE**: {{ commit.breaking_description }}
26 {%- endif %}\
37 # <!-- generated by git-cliff -->
46 { message = "^feat*", group = "Features"},
47 { message = "^fix*", group = "Bug Fixes"},
48 { message = "^doc*", group = "Documentation"},
49 { message = "^perf*", group = "Performance"},
50 { message = "^refactor*", group = "Refactor"},
51 { message = "^style*", group = "Styling"},
52 { message = "^test*", group = "Testing"},
53 { message = "^chore\\(release\\): prepare for*", skip = true},
54 { message = "^chore*", group = "Miscellaneous Tasks"},
57 # filter out the commits that are not matched by commit parsers
60 # tag_pattern = "v?[0-9]*"
62 # skip_tags = "v0.1.0-beta.1"