Skip to content

Commit

Permalink
Merge pull request #1267 from goneall/master
Browse files Browse the repository at this point in the history
Fetch unannotated tag versions
  • Loading branch information
goneall authored May 20, 2021
2 parents 99d1aed + b11cd8f commit 79734dc
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 @@ -8,7 +8,7 @@ LICENSE_DATA_REPO_NO_SCHEME = github.com/spdx/license-list-data.git
LICENSE_DATA_REPO = https://$(LICENSE_DATA_REPO_NO_SCHEME)
LICENSE_DATA_URL = https://$(LICENSE_LIST_GITHUB_TOKEN)@$(LICENSE_DATA_REPO_NO_SCHEME)
LICENSE_OUTPUT_DIR = .tmp
GITVERSION = $(shell git describe --always || echo 'UNKNOWN')
GITVERSION = $(shell git describe --always --tags || echo 'UNKNOWN')
# Remove leading 'v' or 'V'
VERSION = $(subst V,,$(subst v,,$(GITVERSION)))
RELEASE_DATE = $(shell date '+%Y-%m-%d')
Expand Down

0 comments on commit 79734dc

Please sign in to comment.