0.2.0 • Published 2 months ago

changelog-utils v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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)
0.2.0

2 months ago

0.1.0

6 months ago

0.0.1

8 months ago

0.0.0

8 months ago