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

tag cleanup #25

Open
dkg opened this issue Apr 30, 2015 · 1 comment
Open

tag cleanup #25

dkg opened this issue Apr 30, 2015 · 1 comment

Comments

@dkg
Copy link
Contributor

dkg commented Apr 30, 2015

i was just looking at the tags on
https://github.com/getdnsapi/getdns-python-bindings, and i see that most
of the release tags look like v0.3.1 (with the leading "v"). however,
0.2.0 and 0.2.1 are exceptions to this rule (probably by accident).

You should be able to fix this with:

  git tag v0.2.0 0.2.0
  git tag v0.2.1 0.2.1

I also notice that the tags on this repo are not signed. For
verification purposes, it'd be great to have the release tags explicitly
signed, and make clear what keys the project expects to do the signing in the future.

@MelindaShore
Copy link
Contributor

This is an excellent suggestion. We'll work out keying details and I'll close out this ticket once it's done.

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

No branches or pull requests

2 participants