Skip to content

Commit

Permalink
change RELEASE_STREAM to master
Browse files Browse the repository at this point in the history
  • Loading branch information
bcreane committed Feb 8, 2018
1 parent acb0851 commit 9d64fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ifeq ($(ARCH),ppc64le)
GO_BUILD_VER?=latest
endif
###############################################################################
# vX.Y format: update during major release process
RELEASE_STREAM ?= v3.0
# vX.Y format: redefine during a release, e.g. "RELEASE_STREAM=v3.1 make release"
RELEASE_STREAM ?= master

CALICO_BUILD?=calico/go-build$(ARCHTAG):$(GO_BUILD_VER)

Expand Down

0 comments on commit 9d64fdb

Please sign in to comment.