Project

gog

0.0
No commit activity in last 3 years
No release in over 3 years
A git changelog utility
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0

Runtime

~> 2.5
 Project Readme

Build Status

Gog: The Git Changelog

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.

This is still alpha software !

  • You can help !
  • Better tag managemnt
  • Adding a config file to the engine
  • just ask by sending a email via github

Syntax

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.
%%

Tags

Gog will rely on version tags:

1.0.0
1.0.1
1.1.0
2.0.0

Changelog creation

To show standard changelog run gog in a git repository

gog