Merge pull request #130 from mrvdb/issue125

Construct version from annotated tags only
pull/131/head
Matt Baer 5 years ago committed by GitHub
commit 6fdc343986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

@ -1,4 +1,4 @@
GITREV=`git describe --tags | cut -c 2-`
GITREV=`git describe | cut -c 2-`
LDFLAGS=-ldflags="-X 'github.com/writeas/writefreely.softwareVer=$(GITREV)'"
GOCMD=go

Loading…
Cancel
Save