sormuras / changelog

Render human-readable changelogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

changelog

Installation

  • Download a copy of the ChangeLog.java file to your project.
  • In your copy, edit operator constants to match your project's configuration.
  • Remove also all existing change log entries to start with a blank log.

Usage

  • Add change log entries directly into your copy of the ChangeLog.java file.
  • Run java ChangeLog.java > CHANGELOG.md to (re-)create or update the CHANGELOG.md file.

For example, the following command recreates the CHANGELOG.md file of this project.

java src/ChangeLog.java > CHANGELOG.md

About

Render human-readable changelogs

License:Universal Permissive License v1.0


Languages

Language:Java 100.0%