Skip to content

Commit

Permalink
FAB-4519 1.0.0-rc1 release
Browse files Browse the repository at this point in the history
rebased for release
changelog updated
add short URL for bootstrap-rc1 script

Change-Id: I23c186ca419740125b47e25f93b9d1c4f03e1dbf
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Jun 23, 2017
1 parent 142978f commit b17afeb
Show file tree
Hide file tree
Showing 7 changed files with 238 additions and 961 deletions.
156 changes: 156 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
# - unit-test-clean - cleans unit test state (particularly from docker)

PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 1.0.0-rc1
PREV_VERSION = 1.0.0-beta
IS_RELEASE = false
BASE_VERSION = 1.0.0-rc1
PREV_VERSION = 1.0.0-beta
IS_RELEASE = true

ifneq ($(IS_RELEASE),true)
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
Expand Down
Loading

0 comments on commit b17afeb

Please sign in to comment.