I am using gitchangelog as indicated here with the reference configuration file unchanged.
I have tagged one commit with v1.0.2:
0d34763 new: added generic 400 bad request for typeerrors when creating input_data
in addition to having one commit named as 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 for typeerrors when creating input_data.
[user]
- Added new changelog feature (1.0.1) [user]
Does anyone know how I get
Changelog
=========
1.0.2 (2011-04-07)
------------------
New
~~~
- Added generic 400 bad request for typeerrors when creating input_data.
[user]
1.0.1 (2011-04-03)
------------------
New
~~~
- Added new changelog feature (1.0.1) [user]
Instead of always (unreleased) ?
Even just one commit to be shown in gitchangelog as a release would be great.
I would really like to know how, as gitchangelog in combination with sphinx is wonderful for documentation.
Thanks for any help.