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 7c69a9c commit 0cfd78aCopy full SHA for 0cfd78a
.changie.yaml
@@ -5,7 +5,7 @@ changelogPath: CHANGELOG.md
5
versionExt: md
6
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
7
kindFormat: "### {{.Kind}}"
8
-changeFormat: "* [#{{.Custom.GithubIssue}}](https://github.com/TheSpyder/rescript-nodejs/{{.Custom.GithubIssue}}) {{.Body}}"
+changeFormat: "* [#{{.Custom.GithubIssue}}](https://github.com/TheSpyder/rescript-nodejs/issues/{{.Custom.GithubIssue}}) {{.Body}}"
9
kinds:
10
- label: Added
11
auto: minor
0 commit comments