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

Two different 0.7 tags in repo #18

Open
bjornfor opened this issue Apr 14, 2015 · 4 comments
Open

Two different 0.7 tags in repo #18

bjornfor opened this issue Apr 14, 2015 · 4 comments

Comments

@bjornfor
Copy link
Contributor

Was it intentional to have both '0.7' and 'v0.7' tags in repo?

$ git tag
0.2
0.5
0.6
0.7
v0.7

I was expecting the next tag to be '0.8'.

@bjornfor
Copy link
Contributor Author

It's confusing :-)

@mkorpela
Copy link
Owner

I added the first tag before I had released anything.. Anyway the last release before 0.7 was 0.6 so I just added a new tag. I can remove the old 0.7 tag.

The v0.7 is the correct version.
https://pypi.python.org/pypi/RoboMachine/0.7

@bjornfor
Copy link
Contributor Author

IMHO, creating a tag is releasing. I was close to making a package from '0.7' tag. But now with 'v0.7' tag, I would have had to make a different package but with the same version number. Confusing :-)

I guess removing the '0.7' tag is slightly better than leaving it...

@bjornfor
Copy link
Contributor Author

"slightly" better for me, because I've seen both tags. I guess few people know about the '0.7' tag so better remove it to not create more confusion in the future.

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