auto-changelog icon indicating copy to clipboard operation
auto-changelog copied to clipboard

--template

Open KeNaCo opened this issue 4 years ago • 1 comments

Add support for multiple templates: -t, --template [template] # specify template to use [compact, keepachangelog, json], default: compact

TODO:

  1. Observe original implementation, comment examples, and differences.
  2. Prepare tests
  3. Implement solution
  4. Send PR

DoD: PR is approved and merged to master.

Source: https://www.npmjs.com/package/auto-changelog

KeNaCo avatar Apr 12 '20 20:04 KeNaCo

#102 brings a first support of this option. Only one embedded template available for now compact.

LeMimit avatar Dec 30 '20 08:12 LeMimit