fix getting version when using make binaries (#4489)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# do not add .git, since it is needed to extract the tag
|
||||
# do not add /binaries, since it is needed by Docker images
|
||||
/tmp
|
||||
/coverage*.txt
|
||||
/apidocs/*.html
|
||||
/internal/core/VERSION
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/tmp
|
||||
/binaries
|
||||
/coverage*.txt
|
||||
/apidocs/*.html
|
||||
|
||||
Reference in New Issue
Block a user