From 4dd0c3490b96b1e419773a1659c4d780b030547d Mon Sep 17 00:00:00 2001 From: Andrew Herron Date: Mon, 11 Dec 2023 03:51:58 +1100 Subject: [PATCH] Fixed name of custom changie key --- .changes/unreleased/Added-20231211-034512.yaml | 2 +- .changes/unreleased/Changed-20231210-063131.yaml | 4 ++-- .changie.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changes/unreleased/Added-20231211-034512.yaml b/.changes/unreleased/Added-20231211-034512.yaml index 5464a78..8ef2ee5 100644 --- a/.changes/unreleased/Added-20231211-034512.yaml +++ b/.changes/unreleased/Added-20231211-034512.yaml @@ -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" diff --git a/.changes/unreleased/Changed-20231210-063131.yaml b/.changes/unreleased/Changed-20231210-063131.yaml index 0f36287..8440786 100644 --- a/.changes/unreleased/Changed-20231210-063131.yaml +++ b/.changes/unreleased/Changed-20231210-063131.yaml @@ -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" diff --git a/.changie.yaml b/.changie.yaml index 5b729bd..ffcf60e 100644 --- a/.changie.yaml +++ b/.changie.yaml @@ -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 @@ -23,7 +23,7 @@ newlines: endOfVersion: 1 envPrefix: CHANGIE_ custom: - - key: Github Issue + - key: GithubIssue type: int minInt: 1 replacements: