-
Notifications
You must be signed in to change notification settings - Fork 78
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 versions #36
Comments
Thanks. I kept meaning to do that but, whenever I had time, I ended up fixing bugs instead. I'm a little behind schedule today, so I can't even spare time to refresh my memory on tag-pushing, but I'll try to get to that tomorrow morning. |
|
Yes but I also have to do a little bit of quality control and that'll take time I can't afford to spare today. |
This is going to be a little more time-consuming than I thought. My quick QA check shows that your tags don't match up with my versioning. Your tags assume retrospective versioning (0.x.y is every commit up to the version bump) while I've been doing anticipatory versioning (The 0.x.y "release" is the last commit where that version string is still in the source.) ...which means that, by my versioning, the 0.2.1 "release" is the commit immediately before the one you tagged as "0.2.2" and the "0.2.0.1" release is the commit immediately before the one you tagged as "0.2.1". |
alright, that should not be too long to fix. |
There you go :
I've done it on my fork : https://github.com/kbsali/quicktile/releases |
There. Your 0.1.3 tag was off (it should have been on the initial commit but I can't remember whether I started versioning this late or couldn't figure out how to import from bzr at the time.) and I decided to prefix them with "v" to follow GitHub convention but it's done. |
Hi,
seeing #35 i realized that there are not tags for quicktile. This would help upgrading/downgrading to specific version of the script.
@brettbatie created a new repo without forking this one to answer this (of course he could / should have checked out the specific commit).
Anyway, I forked and tagged the all the commits bumping the version constant, but unfortunately github does not allow PR for this kind of commits. So here are they are for you @ssokolow to add them :
Thanks!
The text was updated successfully, but these errors were encountered: