ccmywish / chlog

Maintain Changelog on the cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chlog

Gem Version

Easily maintain Changelog on the cli.

Install

$ gem install chlog

What a good Changelog looks like?

See what a good Changelog chlog can help to generate all through command line without your editing.

See how chlog help to maintain its own Changelog.


Why?

See why I made this project rather than use existing tool from CHANGELOG.md Initialize part.

See why you should keep a changelog.


Usage

Notice:

  1. You can always manually add/change info to your Changelog.
  2. The log's category order is keep.
chlog: Help maintain the Changelog of your projects

Usage:

  chlog -g                Generate CHANGELOG.md in git root
  chlog -r <3.14>         Release version to v3.14

Add log:

  chlog <-main category> [--sub category] <log>

Main Category:

  -n    Add log to New features
  -e    Add log to Enhancements
  -b    Add log to Bug fixes
  -s    Add log to Security
  -c    Add log to Compatibility
  -d    Add log to Deprecations

About

Maintain Changelog on the cli

License:MIT License


Languages

Language:Ruby 100.0%