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
Tag s905_6.0.1_v2.7 is not signed.
So it is impossible to verify the content of the tag.
Please, ensure that all tags are signed.
Best regards
Heinrich Schuchardt
The text was updated successfully, but these errors were encountered:
What must we do for sign?
You need a gpg key. You can add it to your global configuration with
git config --global --add user.signingkey 2C051AC
Replace 2C051AC4 by the id of your key.
You can sign a new tag with
git tag -s TAG git push origin TAG
To sign an existing tag use
git checkout TAG git tag -sf TAG git push -f origin TAG
Sorry, something went wrong.
No branches or pull requests
Tag s905_6.0.1_v2.7 is not signed.
So it is impossible to verify the content of the tag.
Please, ensure that all tags are signed.
Best regards
Heinrich Schuchardt
The text was updated successfully, but these errors were encountered: