We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea76af commit 39d645cCopy full SHA for 39d645c
.github/changelog.json
@@ -1,4 +1,5 @@
1
{
2
"resolve": "commits",
3
- "sort": "asc"
+ "sort": "asc",
4
+ "template": ".github/changelog.tmpl"
5
}
.github/changelog.tmpl
@@ -0,0 +1,11 @@
+## {{.Version}}
+
+{{range .Grouped -}}
+### {{ .Name }}
6
+{{range .Items -}}
7
+* {{.Title}}{{if .IsPull}} ([contributed]({{.PullURL}}) by [{{.Author}}]({{.AuthorURL}})){{end}} \[[{{.CommitHashShort}}]({{.CommitURL}})\]
8
+{{end}}
9
10
11
+*For more details, see [{{.PreviousVersion}}..{{.Version}}]({{.CompareURL}})*
0 commit comments