Skip to content

Commit

Permalink
make 'changelog/add' tells user it committed
Browse files Browse the repository at this point in the history
  • Loading branch information
samsalisbury committed Jun 15, 2022
1 parent fe7fb28 commit 3dbf462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ changelog/add:
@echo " END $(CL_REMINDERS_COMMENT) -->" >> "$(VERSION_CL)"
@$(EDITOR) "$(VERSION_CL)"
@$(MAKE) changelog
@git add CHANGELOG.md "$(VERSION_CL)" && git commit -m "update changelog for v$(VERSION)" && \
echo "==> Changelog updated and committed, thanks for keeping it up-to-date!"

.PHONY: debug/docs
debug/docs: export DEBUG := 1
Expand Down

0 comments on commit 3dbf462

Please sign in to comment.