From 685ac0c2db7868d18cf8112c2ef12c83350e23da Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 30 Oct 2024 08:21:36 -0700 Subject: [PATCH] Update Makefile Fixing a typo in the PR message that gets created --- changelog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Makefile b/changelog/Makefile index 68a9b9e9132a..2e08c7c8130d 100644 --- a/changelog/Makefile +++ b/changelog/Makefile @@ -85,7 +85,7 @@ push_changelog: touch $(VERSION)/$$i/.gitkeep ; \ done @git add . - @git commit -m "docs(release): genereate $(VERSION) changelog" + @git commit -m "docs(release): generate $(VERSION) changelog" @git push -fu origin HEAD @echo