Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Added a simple message to the push target.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Sep 11, 2021
1 parent 0f44f94 commit 9f36c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ push: $(RELEASER)
push: LAST_COMMIT=$(shell $(RELEASER) --since=-$(SINCE))
push:
$(call infoMsg,Commit(s) on their way to '$(ENV_LOWER)' in the last $(SINCE))
@git --no-pager log $$(git describe --tags --abbrev=0)..$(LAST_COMMIT)
git --no-pager log $$(git describe --tags --abbrev=0)..$(LAST_COMMIT)
$(call infoMsg,Pushing commit(s) to '$(ENV_LOWER)')
git push origin $(LAST_COMMIT):$(ENV_LOWER)

default-release:
Expand Down

0 comments on commit 9f36c18

Please sign in to comment.