git - gitchangelog problems with release versions -


i using gitchangelog indicated here reference configuration file unchanged.

i have tagged 1 commit v1.0.2:

0d34763 new: added generic 400 bad request typeerrors when creating input_data 

in addition having 1 commit named follows:

5f3d5b4 new: added new changelog feature (1.0.1) 

the output of

gitchangelog 

nevertheless gives me

changelog =========   (unreleased) ------------  new ~~~ - added generic 400 bad request typeerrors when creating input_data.   [user] - added new changelog feature (1.0.1) [user] 

does know how

changelog =========  1.0.2 (2011-04-07) ------------------  new ~~~ - added generic 400 bad request typeerrors when creating input_data.   [user]  1.0.1 (2011-04-03) ------------------  new ~~~ - added new changelog feature (1.0.1) [user] 

instead of (unreleased) ?

even 1 commit shown in gitchangelog release great.

i know how, gitchangelog in combination sphinx wonderful documentation.

thanks help.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -