adamtornhill / code-maat

A command line tool to mine and analyze data from version-control systems

Home Page:http://www.adamtornhill.com/code/codemaat.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git tags

AndreaCrotti opened this issue · comments

This is just a suggestion, but might be nice to tag the git revision whenever, which makes github understand your project history a bit better and is also easier to understand what is the last release.
It can still be done even now for previous versions potentially if you're interested in doing that, thanks

Agree - it would be good to tag the history. I'll do that from now on.

If any one's interested in tagging historic releases, that would be great as well.

Hi @adamtornhill I would like to do that but I don't think it's possible for me, since only people with write access to the repository can set tags..

http://stackoverflow.com/questions/12278660/adding-tags-to-a-pull-request

Ok I'm going to close this since all is needed is just to add the tags from now on, and potentially add the previous ones, but only the repository owner can do this anyway..
thanks

Hi @AndreaCrotti I finally got around to wrap-up a new release and this time I added a tag. Thanks for the suggestion on that!