On Thursday, 20 November 2014, Michael Cohen <mcohe...@gmail.com
<javascript:_e(%7B%7D,'cvml','mcohe...@gmail.com');>> wrote:
>
> - There are no releases or tags on github
> Again, I didn't really know what I was doing here, and never really
> changed the approach. What do people expect, a snapshot release for
> current development, and periodic version bumps and releases (less
> frequently than Amazonica currently bumps the version numer)?
>

No idea about the rest, but for the github part I usually expect a tag for
each release on Clojars, so if I want to read the actual code of the
release I'm using it is easy to find it.

This should have a very minimal impact on your workflow: it should be
limited to running git tag <version number> once right after each release
(or before; point is, if the unit of time is the git commit, it should be
simultaneous).

Note that it is possible that you have created these tags and they are
simply not on github because git does not push tags by default. You have to
run git push --tags to push them.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to