Skip to content

Commit 79734dc

Browse files
authored
Merge pull request #1267 from goneall/master
Fetch unannotated tag versions
2 parents 99d1aed + b11cd8f commit 79734dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LICENSE_DATA_REPO_NO_SCHEME = github.com/spdx/license-list-data.git
88
LICENSE_DATA_REPO = https://$(LICENSE_DATA_REPO_NO_SCHEME)
99
LICENSE_DATA_URL = https://$(LICENSE_LIST_GITHUB_TOKEN)@$(LICENSE_DATA_REPO_NO_SCHEME)
1010
LICENSE_OUTPUT_DIR = .tmp
11-
GITVERSION = $(shell git describe --always || echo 'UNKNOWN')
11+
GITVERSION = $(shell git describe --always --tags || echo 'UNKNOWN')
1212
# Remove leading 'v' or 'V'
1313
VERSION = $(subst V,,$(subst v,,$(GITVERSION)))
1414
RELEASE_DATE = $(shell date '+%Y-%m-%d')

0 commit comments

Comments
 (0)