RoboMachine
RoboMachine copied to clipboard
Two different 0.7 tags in repo
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'.
It's confusing :-)
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
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...
"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.