Skip to content

Commit

Permalink
Merge pull request #95 from raunakkumar/release-1.0
Browse files Browse the repository at this point in the history
revert tag to not use branch name
  • Loading branch information
raunakkumar authored Dec 11, 2019
2 parents 7937dfe + 217d896 commit 7a4bce7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ endif
# Use the latest git tag
TAG = $(shell git tag|tail -n1)
ifeq ($(TAG),)
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
ifeq ($(BRANCH), master)
TAG = edge
else
TAG = ${BRANCH}
endif
TAG = v1.0.0
endif

# unless a BUILD_NUMBER is specified
Expand Down

0 comments on commit 7a4bce7

Please sign in to comment.