Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile missing definition of GIT_TAG #64

Open
SeedDMS opened this issue May 31, 2024 · 2 comments
Open

Makefile missing definition of GIT_TAG #64

SeedDMS opened this issue May 31, 2024 · 2 comments

Comments

@SeedDMS
Copy link

SeedDMS commented May 31, 2024

Add

GIT_TAG=$(shell git tag)
to the makefile

@SeedDMS
Copy link
Author

SeedDMS commented May 31, 2024

Sorry, it must be

GIT_TAG=$(shell git tag | tail -1)

@jmattheis
Copy link
Member

Yeah, this tag was previously supplied by the build system. It certainly could be added as variable there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants