Skip to content

Commit e5a81bb

Browse files
committed
Create release v0.6.0
A tag should be created against this commit Change-Id: I442b12f0812f753a6042510a679961a4b0a96451 Signed-off-by: Gregory Haskins <[email protected]>
1 parent 02a123c commit e5a81bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
# - dist-clean - superset of 'clean' that also removes persistent state
3838

3939
PROJECT_NAME = hyperledger/fabric
40-
BASE_VERSION = 0.7.0
41-
IS_RELEASE = false # commit as 'true' only once for a given $(BASE_VERSION)
40+
BASE_VERSION = 0.6.0-developer-preview
41+
IS_RELEASE = true # commit as 'true' only once for a given $(BASE_VERSION)
4242

4343
ifneq ($(IS_RELEASE),true)
44-
EXTRA_VERSION ?= SNAPSHOT-$(shell git rev-parse --short HEAD)
44+
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
4545
PROJECT_VERSION=$(BASE_VERSION)-$(EXTRA_VERSION)
4646
else
4747
PROJECT_VERSION=$(BASE_VERSION)

0 commit comments

Comments
 (0)