We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems to mostly affect local builds, since there is a variable in the github flow.
The text was updated successfully, but these errors were encountered:
The release version is based on the tag at build time
Sorry, something went wrong.
But only in the github release flow, not locally.
You have to provide RELEASE_VERSION to make... Something like: git describe --tags | tr -d 'v'
RELEASE_VERSION
git describe --tags | tr -d 'v'
There is nothing in the files, that knows the version.
We could move this to the Makefile and make the workflow use it. What do you think @89luca89 ?
No branches or pull requests
Seems to mostly affect local builds, since there is a variable in the github flow.
The text was updated successfully, but these errors were encountered: