Champii / Nodulator

Complete NodeJS Framework for RESTful APIs
http://nodulator.champii.io/
GNU General Public License v2.0
15 stars 2 forks source link

Use real git tags to ease changelog understanding #7

Closed rjanot closed 9 years ago

rjanot commented 9 years ago

Hi,

A friend of you, Allan, asked me to check your work. First of all congrats, because it's a huge project.

When checking changelog, I saw that you don't have any git tags on the project. It's really useful

Champii commented 9 years ago

Thank you for your advices, it's a project that use all my free time and I don't have so much reviews :)

About tags, I thought that git flow could have made them automaticaly... I will see further to incorporate them from now !

rjanot commented 9 years ago

You're welcome

Maybe they are only on you local repository ?

Do you see tags when you do git tag ? if so you can do a git push origin master --tags

Champii commented 9 years ago

Oh my god I feel so stupid...

You made my day, I was wondering how to make that ! Fixed !

rjanot commented 9 years ago

:+1: