Skip to content

tricot-inc/changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

changelog

Generate simple CHANGELOG

Install

Download the one that suits your environment and place it in a location that is in your PATH.

https://github.com/tricot-inc/changelog/releases/latest

Usage

By default, the Latest Release tag and main branch compare are used to generate a changelog.

$ changelog <organization>/<repo>

If you specify commit, put it in the second argument.

$ changelog <organization>/<repo> <target commit, branch name or tag>

The token required to get the compare uses the environment variable GITHUB_TOKEN, but it can also be specified using -t or --token.

$ changelog <organization>/<repo> --token <github personal access token>