Skip to content

Commit 0cfd78a

Browse files
committed
Fix changelog link generation
1 parent 7c69a9c commit 0cfd78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ changelogPath: CHANGELOG.md
55
versionExt: md
66
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
77
kindFormat: "### {{.Kind}}"
8-
changeFormat: "* [#{{.Custom.GithubIssue}}](https://github.com/TheSpyder/rescript-nodejs/{{.Custom.GithubIssue}}) {{.Body}}"
8+
changeFormat: "* [#{{.Custom.GithubIssue}}](https://github.com/TheSpyder/rescript-nodejs/issues/{{.Custom.GithubIssue}}) {{.Body}}"
99
kinds:
1010
- label: Added
1111
auto: minor

0 commit comments

Comments
 (0)