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
git tag releases are not correctly tagged, they should lie in the master branch, but it is not the case.
git tag
master
consider ec32d94 (tag: v0.6.0) release v0.6.0 which is not "inside" the master tree and then a62f43c release v0.6.0 which is but is not tagged
ec32d94 (tag: v0.6.0) release v0.6.0
a62f43c release v0.6.0
* a62f43c release v0.6.0 * 8c93870 Merge pull request #10 from bninja/poly-clone |\ | | * ec32d94 (tag: v0.6.0) release v0.6.0 | |/ | * a7b2cad release instructions | * d0b078c clone fields for type probe |/ * eab1693 Merge pull request #8 from cieplak/test-coverage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
git tag
releases are not correctly tagged, they should lie in themaster
branch, but it is not the case.consider
ec32d94 (tag: v0.6.0) release v0.6.0
which is not "inside" themaster
tree and thena62f43c release v0.6.0
which is but is not taggedThe text was updated successfully, but these errors were encountered: