Skip to content

Commit

Permalink
Adding target to Makefile for pushing to git
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed May 13, 2024
1 parent ec8ae08 commit fafd502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ ifeq ($(CHANGELOG_LINES),0)
$(error Please insert the release notes in HISTORY.md before releasing)
endif

.PHONY: git-push
git-push: ## Simply push the repository to github
git push

.PHONY: check-release
check-release: check-clean check-main check-history ## Check if the release can be made
@echo "A new release can be made"
Expand Down

0 comments on commit fafd502

Please sign in to comment.