Skip to content

Helps prepare a changelog for the changes between two commits (optimized for Assembla)

License

Notifications You must be signed in to change notification settings

mediabounds/git-clog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Git Changelog Generator for Assembla (git-clog)

Helps prepare a changelog for the changes between two commits.

The changelog can be output as an excerpt from the git log messages, affected Assembla tickets, or the related Assembla merge requests.

See git-clog -h for usage information.

Examples

Prints a list of changes since the last tag:

git-clog

Prints a list of tickets impacted between bug/1234 and master:

git-clog -o tickets bug/1234..master

Prints URLs of tickets impacted between two specific commits:

git-clog -o urls 90bb49b..be98809

Tips

Output the list of changes in a markdown-suitable format:

git-clog -o changes tag_name..master | sed 's/^/* /'

If this script is placed in your $PATH, you can access it as a git subcommand.

git clog

About

Helps prepare a changelog for the changes between two commits (optimized for Assembla)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages