Skip to content

nicwest/kacl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kacl

Command line utility for maintaining a changelog in the Keep a Changelog format

Install

go install -v github.com/nicwest/kacl

Usage

$ kacl
Command line utility for maintaining a changelog in the
Keep a Changelog format

http://keepachangelog.com/en/1.0.0/

Usage:
  kacl [command]

Available Commands:
  added       Add a change to the list of Unreleased additions
  changed     Add a change to the list of Unreleased changes
  deprecated  Add a change to the list of Unreleased deprecations
  fixed       Add a change to the list of Unreleased fixes
  help        Help about any command
  info        List information in a change log
  init        Initialize a CHANGELOG.md file
  mail        Create a email from changelog
  release     Create a new release
  removed     Add a change to the list of Unreleased removals
  security    Add a change to the list of Unreleased security updates

Flags:
      --config string   config file (default is $HOME/.kacl.yaml)
  -h, --help            help for kacl

Use "kacl [command] --help" for more information about a command.

Email Template

asciicast

About

Command line utility for maintaining a changelog in the Keep a Changelog format

Resources

License

Stars

Watchers

Forks

Packages

No packages published