Skip to content

Create changelog file from git history

Notifications You must be signed in to change notification settings

dipe/git-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= git-history

The git-history gem provide a git-history command. Its purpose is to
reformat the git-log output to the changelog format
http://en.wikipedia.org/wiki/Changelog.

* Install

gem install git-history

= Usage

    $ cd into_git_wirking_dir
    $ git-history >changelog
    2010-10-27 Peter Ehrenberg <[email protected]>

            Don't sort by date

    2010-10-27 Peter Ehrenberg <[email protected]>

            Added README file

    2010-10-27 Peter Ehrenberg <[email protected]>

            Rakefile fixed

    2010-10-27 Peter Ehrenberg <[email protected]>

            Fix

    2010-10-27 Peter Ehrenberg <[email protected]>

            Initial

About

Create changelog file from git history

Simply reformats the history of your project based on the commit messages to changelog file format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages