Gog aims to help developers to insert changelog data inside git commits. Gog allows to create changelogs based on commit data and tagged commits.
You can find a short presentation here : Gog lightning talk at Rulu This presentation was made a Rulu.
- You can help !
- Better tag managemnt
- Adding a config file to the engine
- just ask by sending a email via github
They are different ways to create changelog entries:
- One line
%Bug fix: Fixing issue #2012
- One line - one word
%Feature Adding a function to jobs
- Long
%%Feature: Adding pluck function to ActiveRecord
pluck is a function allowing users to select only one column
of a given model.
%%
Gog will rely on version tags:
1.0.0
1.0.1
1.1.0
2.0.0
To show standard changelog run gog
in a git repository
gog