Skip to content

Commit

Permalink
Modified Makefile to fix a problem with stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SG-Noxoreos committed Jan 17, 2019
1 parent 1611002 commit b03a8f9
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 @@ -335,6 +335,8 @@ endif
ifeq ("$(STABLE)-$(UPDATE_MASTER)","true-true")
# UPDATING MASTER FOR STABLE RELEASE
$(call push-subtrees-to-git, master)
git merge origin/master
git push origin "releases/$(RELEASE_NAME)"
git push origin "releases/$(RELEASE_NAME)":master;
else
# PRE-RELEASE (alpha, beta, rc) or STABLE (without changing master branches)
Expand Down

0 comments on commit b03a8f9

Please sign in to comment.