Include unannotated tags in "make version"
This commit is contained in:
parent
d2fe2e9a8d
commit
a01ddd9b22
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -99,7 +99,7 @@ open-coverage:
|
|||
|
||||
# Create VERSION file from current git tag
|
||||
version:
|
||||
git describe | tee VERSION
|
||||
git describe --tags | tee VERSION
|
||||
|
||||
|
||||
# Clean up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue