fix getting version when using make binaries (#4489)

This commit is contained in:
Alessandro Ros
2025-05-04 20:18:45 +02:00
committed by GitHub
parent ba2a29322b
commit 66f36d9663
2 changed files with 2 additions and 0 deletions

View File

@@ -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
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/tmp
/binaries
/coverage*.txt
/apidocs/*.html