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 and StarlightIbuki committed Oct 31, 2024
1 parent 0adb7ac commit 81bb7bb
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

0 comments on commit 81bb7bb

Please sign in to comment.