Skip to content

Commit 4dd0c34

Browse files
committed
Fixed name of custom changie key
1 parent c44e231 commit 4dd0c34

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.changes/unreleased/Added-20231211-034512.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ kind: Added
22
body: Timers.Promises from NodeJS 16
33
time: 2023-12-11T03:45:12.916076+11:00
44
custom:
5-
Github Issue: "21"
5+
GithubIssue: "21"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: Changed
2-
body: 'BREAKING: Record types are now used where possible. Requires ReScript 10.'
2+
body: "BREAKING: Record types are now used where possible. Requires ReScript 10."
33
time: 2023-12-10T06:31:31.479826+11:00
44
custom:
5-
Github Issue: "12"
5+
GithubIssue: "12"

.changie.yaml

Lines changed: 2 additions & 2 deletions
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.Issue}}](https://github.com/miniscruff/changie/issues/{{.Custom.Issue}}) {{.Body}}"
8+
changeFormat: "* [#{{.Custom.GithubIssue}}](https://github.com/miniscruff/changie/issues/{{.Custom.GithubIssue}}) {{.Body}}"
99
kinds:
1010
- label: Added
1111
auto: minor
@@ -23,7 +23,7 @@ newlines:
2323
endOfVersion: 1
2424
envPrefix: CHANGIE_
2525
custom:
26-
- key: Github Issue
26+
- key: GithubIssue
2727
type: int
2828
minInt: 1
2929
replacements:

0 commit comments

Comments
 (0)