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
…10564)

Fixing a typo in the PR message that gets created

(cherry picked from commit 685ac0c)

Co-authored-by: Kevin <[email protected]>
  • Loading branch information
team-gateway-bot and kevwilliams authored Nov 1, 2024
1 parent 63ad1f6 commit efb454c
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 @@ -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
Expand Down

0 comments on commit efb454c

Please sign in to comment.