changelog-utils
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Changelog parsing utils

A collection of utilities to parse changelogs, build release notes and manage versions numbers.

api and usage

Uses changelog-parser for the lower level parsing of CHANGELOG.md, which parses based on http://keepachangelog.com

cli

See also changelog-utils help

format

changelog-utils format <CHANGELOG-file> [format]: Formats a changelog using a specified formatter

Formatters:

  • text: plain text (Default)
  • latest: plain text, but only the latest released version
  • android-string-resource: Android xml string resource

ideas

Cli ideas:

  • Formatting changelogs for Google Play release notes
  • Bumping versions in files (with an rc file to defined rules)
  • Preparing next release notes (Unreleased -> version, new Unreleased in CHANGELOG.md)

Readme

Keywords

none

Package Sidebar

Install

npm i changelog-utils

Weekly Downloads

6

Version

0.2.0

License

MIT

Unpacked Size

14.8 kB

Total Files

23

Last publish

Collaborators

  • pretorh