We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a123c commit e5a81bbCopy full SHA for e5a81bb
Makefile
@@ -37,11 +37,11 @@
37
# - dist-clean - superset of 'clean' that also removes persistent state
38
39
PROJECT_NAME = hyperledger/fabric
40
-BASE_VERSION = 0.7.0
41
-IS_RELEASE = false # commit as 'true' only once for a given $(BASE_VERSION)
+BASE_VERSION = 0.6.0-developer-preview
+IS_RELEASE = true # commit as 'true' only once for a given $(BASE_VERSION)
42
43
ifneq ($(IS_RELEASE),true)
44
-EXTRA_VERSION ?= SNAPSHOT-$(shell git rev-parse --short HEAD)
+EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
45
PROJECT_VERSION=$(BASE_VERSION)-$(EXTRA_VERSION)
46
else
47
PROJECT_VERSION=$(BASE_VERSION)
0 commit comments