bunkat / schedule

Automatically schedules tasks, work items, meetings, reservations, etc. Schedule takes into account working hours, holidays/days off, people's work schedule/vacation time, as well as task dependencies.
http://bunkat.github.io/schedule/
MIT License
427 stars 87 forks source link

push your tags? #2

Closed jxn closed 10 years ago

jxn commented 10 years ago

Hi, I'm trying to bower install a specifc version, but it seems that requires a version git tag, branch, etc., but there are no tags on the Schedule repository at all (nor on Later). Perhaps you have the tags already and can use git push --tags ?

bunkat commented 10 years ago

I didn't use tags on either project unfortunately.

jxn commented 10 years ago

Will you consider tagging releases in the future? It should also be pretty easy to tag them after the fact. I'd propose a merge request, but I'm not sure it'll work with only tags and no content.

Here's an example to tag the 0.6.2 release, assuming I've got the commit right: git tag 0.6.2 75d1b148ae03ffc49128105e477423ba89a350cb git push --tags

This will make it easy for bower to use specific versions and resolve dependencies. As such, it'd be even more helpful for Later, which is good for including as a support library.

What do you think?

bunkat commented 10 years ago

Sure, next time I touch the code I'll add a tag for the new version. I probably won't go back and try and tag older releases though.