mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-15 11:57:17 +08:00
Simplify RC creation in Makefile.
These commands fail without any harm and then prevent the important echo statements from printing that follow them.
This commit is contained in:
@@ -148,8 +148,6 @@ release-create-rc: release-ensure-upstream ## Create a release-candidate branch
|
||||
git push $(MY_UPSTREAM) version-$(RELEASE_CURR):version-$(RELEASE_CURR)
|
||||
git push $(MY_UPSTREAM) version-$(RELEASE_NEXT).dev:version-$(RELEASE_NEXT).dev
|
||||
git checkout dev
|
||||
git branch -d version-$(RELEASE_CURR)
|
||||
git branch -d version-$(RELEASE_NEXT).dev
|
||||
# TODO: Use hub to automate these PR creations or push directly.
|
||||
@echo "Open a PR from version-$(RELEASE_CURR) of your fork to release_$(RELEASE_CURR)"
|
||||
@echo "Open a PR from version-$(RELEASE_NEXT).dev of your fork to dev"
|
||||
|
||||
Reference in New Issue
Block a user