From efb454c62711202b279d94f2b7ed8e549354dd70 Mon Sep 17 00:00:00 2001 From: Kong Team Gateway Bot <98048765+team-gateway-bot@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:03:16 +0800 Subject: [PATCH] chore(docs): Correct spelling mistake in changelog makefile (#13812) (#10564) Fixing a typo in the PR message that gets created (cherry picked from commit 685ac0c2db7868d18cf8112c2ef12c83350e23da) Co-authored-by: Kevin --- changelog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Makefile b/changelog/Makefile index 050f775bfe22..819d171fbbf3 100644 --- a/changelog/Makefile +++ b/changelog/Makefile @@ -107,7 +107,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