Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Fixing a typo in the PR message that gets created
  • Loading branch information
kevwilliams authored Oct 30, 2024
1 parent 0bcd6c5 commit 685ac0c
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 685ac0c

Please sign in to comment.