Skip to content

Commit

Permalink
Fixed name of custom changie key
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Dec 10, 2023
1 parent c44e231 commit 4dd0c34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changes/unreleased/Added-20231211-034512.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kind: Added
body: Timers.Promises from NodeJS 16
time: 2023-12-11T03:45:12.916076+11:00
custom:
Github Issue: "21"
GithubIssue: "21"
4 changes: 2 additions & 2 deletions .changes/unreleased/Changed-20231210-063131.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Changed
body: 'BREAKING: Record types are now used where possible. Requires ReScript 10.'
body: "BREAKING: Record types are now used where possible. Requires ReScript 10."
time: 2023-12-10T06:31:31.479826+11:00
custom:
Github Issue: "12"
GithubIssue: "12"
4 changes: 2 additions & 2 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
kindFormat: "### {{.Kind}}"
changeFormat: "* [#{{.Custom.Issue}}](https://github.com/miniscruff/changie/issues/{{.Custom.Issue}}) {{.Body}}"
changeFormat: "* [#{{.Custom.GithubIssue}}](https://github.com/miniscruff/changie/issues/{{.Custom.GithubIssue}}) {{.Body}}"
kinds:
- label: Added
auto: minor
Expand All @@ -23,7 +23,7 @@ newlines:
endOfVersion: 1
envPrefix: CHANGIE_
custom:
- key: Github Issue
- key: GithubIssue
type: int
minInt: 1
replacements:
Expand Down

0 comments on commit 4dd0c34

Please sign in to comment.