From 554d98a95d6e7444f2e9401d8553bea448f344c0 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sat, 20 Jul 2024 20:14:41 +0100 Subject: [PATCH] chore: Add github remote to git-cliff config This works around release-pls not auto-detecting the remote --- cliff.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cliff.toml b/cliff.toml index 356e48d..6dfb0a3 100644 --- a/cliff.toml +++ b/cliff.toml @@ -1,5 +1,8 @@ # git-cliff ~ configuration file # https://git-cliff.org/docs/configuration +[remote.github] +owner = "JadedBlueEyes" +repo = "messageformat" [changelog] # template for the changelog footer