Skip to content

keep-a-changelog 1.2.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 14 Apr 22:11
· 668 commits to 2.13.x since this release

Added

  • Adds a new command, "edit", which will open the most recent changelog entry
    in an editor. By default, it uses $EDITOR, unless an alternate editor
    is provided via the --editor option. It will edit the file CHANGELOG.md
    unless an alternate file is provided via the --file option.

  • Adds a new command, "ready", which will set the date for the first
    un-dated changelog entry in the CHANGELOG.md. You may also pass the --date or -d option
    to specify an alternate date, or to use a date formate other than YYYY-MM-DD.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.