|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
1 | 5 | {{ if .Versions -}}
|
2 | 6 | <a name="unreleased"></a>
|
3 | 7 | ## [Unreleased]
|
4 | 8 | {{ if .Unreleased.CommitGroups -}}
|
5 | 9 | {{ range .Unreleased.CommitGroups -}}
|
6 | 10 | ### {{ .Title }}
|
7 | 11 | {{ range .Commits -}}
|
| 12 | +{{/* SKIPPING RULES - START */ -}} |
| 13 | +{{- if not (hasPrefix .Subject "Updated CHANGELOG") -}} |
| 14 | +{{- if not (contains .Subject "[ci skip]") -}} |
| 15 | +{{- if not (contains .Subject "[skip ci]") -}} |
| 16 | +{{- if not (hasPrefix .Subject "Merge pull request ") -}} |
| 17 | +{{- if not (hasPrefix .Subject "Added CHANGELOG") -}} |
| 18 | +{{- /* SKIPPING RULES - END */ -}} |
8 | 19 | - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
| 20 | +{{/* SKIPPING RULES - START */ -}} |
| 21 | +{{ end -}} |
| 22 | +{{ end -}} |
| 23 | +{{ end -}} |
| 24 | +{{ end -}} |
| 25 | +{{ end -}} |
| 26 | +{{/* SKIPPING RULES - END */ -}} |
9 | 27 | {{ end }}
|
10 | 28 | {{ end -}}
|
11 | 29 | {{ else }}
|
12 | 30 | {{ range .Unreleased.Commits -}}
|
| 31 | +{{/* SKIPPING RULES - START */ -}} |
| 32 | +{{- if not (hasPrefix .Subject "Updated CHANGELOG") -}} |
| 33 | +{{- if not (contains .Subject "[ci skip]") -}} |
| 34 | +{{- if not (contains .Subject "[skip ci]") -}} |
| 35 | +{{- if not (hasPrefix .Subject "Merge pull request ") -}} |
| 36 | +{{- if not (hasPrefix .Subject "Added CHANGELOG") -}} |
| 37 | +{{- /* SKIPPING RULES - END */ -}} |
13 | 38 | - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
| 39 | +{{/* SKIPPING RULES - START */ -}} |
| 40 | +{{ end -}} |
| 41 | +{{ end -}} |
| 42 | +{{ end -}} |
| 43 | +{{ end -}} |
| 44 | +{{ end -}} |
| 45 | +{{/* SKIPPING RULES - END */ -}} |
14 | 46 | {{ end }}
|
15 | 47 | {{ end -}}
|
16 | 48 | {{ end -}}
|
|
22 | 54 | {{ range .CommitGroups -}}
|
23 | 55 | ### {{ .Title }}
|
24 | 56 | {{ range .Commits -}}
|
| 57 | +{{/* SKIPPING RULES - START */ -}} |
| 58 | +{{- if not (hasPrefix .Subject "Updated CHANGELOG") -}} |
| 59 | +{{- if not (contains .Subject "[ci skip]") -}} |
| 60 | +{{- if not (contains .Subject "[skip ci]") -}} |
| 61 | +{{- if not (hasPrefix .Subject "Merge pull request ") -}} |
| 62 | +{{- if not (hasPrefix .Subject "Added CHANGELOG") -}} |
| 63 | +{{- /* SKIPPING RULES - END */ -}} |
25 | 64 | - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
| 65 | +{{/* SKIPPING RULES - START */ -}} |
| 66 | +{{ end -}} |
| 67 | +{{ end -}} |
| 68 | +{{ end -}} |
| 69 | +{{ end -}} |
| 70 | +{{ end -}} |
| 71 | +{{/* SKIPPING RULES - END */ -}} |
26 | 72 | {{ end }}
|
27 | 73 | {{ end -}}
|
28 | 74 | {{ else }}
|
29 | 75 | {{ range .Commits -}}
|
| 76 | +{{/* SKIPPING RULES - START */ -}} |
| 77 | +{{- if not (hasPrefix .Subject "Updated CHANGELOG") -}} |
| 78 | +{{- if not (contains .Subject "[ci skip]") -}} |
| 79 | +{{- if not (contains .Subject "[skip ci]") -}} |
| 80 | +{{- if not (hasPrefix .Subject "Merge pull request ") -}} |
| 81 | +{{- if not (hasPrefix .Subject "Added CHANGELOG") -}} |
| 82 | +{{- /* SKIPPING RULES - END */ -}} |
30 | 83 | - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
| 84 | +{{/* SKIPPING RULES - START */ -}} |
| 85 | +{{ end -}} |
| 86 | +{{ end -}} |
| 87 | +{{ end -}} |
| 88 | +{{ end -}} |
| 89 | +{{ end -}} |
| 90 | +{{/* SKIPPING RULES - END */ -}} |
31 | 91 | {{ end }}
|
32 | 92 | {{ end -}}
|
33 | 93 |
|
|
48 | 108 | [{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
|
49 | 109 | {{ end -}}
|
50 | 110 | {{ end -}}
|
51 |
| -{{ end -}} |
| 111 | +{{ end -}} |
0 commit comments