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