ember-cli-changelog

0.3.4 • Public • Published

Ember-cli-changelog

npm version Ember Observer Score Build Status

This addon provides a template for helping you keep an updated changelog for your ember-cli project or addon.

Better Releases

This addon integrates with ember-cli-release by giving you the opportunity to generate changelog updates and manually edit them if needed before ember-cli-release completes the release commit.

Commit Styles

This addon parses your commit messages in order to be able to format them better in your changelog. By default, it assumes you are using angular-style commit messages, but ember and jquery style are also supported.

Set the style property to ember angular or jquery to specify your preference, or implement hooks.parser to parse the commits in a custom manner. (Guidelines on what a parsed commit will need to expose coming soon).

Hooks

Nearly every step of the changelog generation process is hookable via config/changelog.js.

Dependents (0)

Package Sidebar

Install

npm i ember-cli-changelog

Weekly Downloads

49

Version

0.3.4

License

MIT

Last publish

Collaborators

  • rwwagner90
  • runspired