MapBBCode / share.mapbbcode.org

MapBBCode Share
http://share.mapbbcode.org
57 stars 12 forks source link

Please tag releases #30

Closed nodiscc closed 9 years ago

nodiscc commented 10 years ago

Hi, could you please provide tags for releases of your (nice) software?

git tags help keeping track of new releases, features and security fixes for users and contributors. Users/admins can check the "Releases" tab of your github project to see if their install is up to date. They can also subscribe to the RSS feed at https://github.com/MapBBCode/share.mapbbcode.org/tags.atom

A guide on basic tagging is available at http://git-scm.com/book/en/Git-Basics-Tagging but it boils down to this:

git tag v0.1 #your release number here
git push --tags

New tags could be issued when your software has received several new tested features and is ready for release, or when a critical security fix has been issued. An example of great tagging: https://github.com/chyrp/chyrp/tags

This repo currently has no tags, so may you tag the lastest revision as you like? 0.1 or 1.0 would be fine. Thanks!

nodiscc commented 9 years ago

Ok I don't mean to bother you with this, so I'll close this bug. Adding a tag when you feel the code is stable would be nice though.

Thanks again