Skip to content

Commit

Permalink
Merge pull request #74 from CosmosContracts/update_makefile
Browse files Browse the repository at this point in the history
Update makefile
  • Loading branch information
JakeHartnell authored Oct 28, 2021
2 parents 631f8f7 + c8f86ef commit 5242216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COMMIT := $(shell git log -1 --format='%H')

# don't override user values
ifeq (,$(VERSION))
VERSION := $(shell git describe --tags --match 'v[0-9]\.[0-9]\.[0-9]')
VERSION := $(shell git describe --tags)
# if VERSION is empty, then populate it with branch's name and raw commit hash
ifeq (,$(VERSION))
VERSION := $(BRANCH)-$(COMMIT)
Expand Down

0 comments on commit 5242216

Please sign in to comment.