Skip to content

Commit

Permalink
chore(docs): Correct spelling mistake in changelog makefile (#13812)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwilliams authored Oct 30, 2024
1 parent 13fb553 commit 94c7a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 94c7a9f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:94c7a9ff549f976888948788241da1b221f17ffa
Artifacts available https://github.com/Kong/kong/actions/runs/11597432724

Please sign in to comment.