Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 075e463

Browse files
author
Tonye Jack
committed
Merge branch 'release/1.0.4'
2 parents b03ede1 + 043078b commit 075e463

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ release-to-pypi: clean-build guard-PART ## Bump the project version (using the
8080
start-release: setup.py
8181
@echo "Creating release..."
8282
@git flow release start "$(PACKAGE_VERSION)"
83-
@git flow release finish "$(PACKAGE_VERSION)" -p -m "Upgraded to v$(PACKAGE_VERSION)"
83+
@$(MAKE) finish-release PACKAGE_VERSION=$(PACKAGE_VERSION)
84+
85+
finish-release:
86+
@git flow release finish -m "Upgraded to v$(strip $(PACKAGE_VERSION))" "$(strip $(PACKAGE_VERSION))"
8487
@git push --tags
8588

8689
# ----------------------------------------------------------

0 commit comments

Comments
 (0)