Skip to content

Commit 83479c7

Browse files
committed
Use correct url in changie config
1 parent 3127cf0 commit 83479c7

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/miniscruff/changie/issues/{{.Custom.GithubIssue}}) {{.Body}}"
8+
changeFormat: "* [#{{.Custom.GithubIssue}}](https://github.com/TheSpyder/rescript-nodejs/{{.Custom.GithubIssue}}) {{.Body}}"
99
kinds:
1010
- label: Added
1111
auto: minor

0 commit comments

Comments
 (0)