html-next/ember-cli-changelog

Name: ember-cli-changelog

Owner: HTMLNext

Description: Changelog generation for ember-cli projects.

Created: 2015-12-27 09:38:26.0

Updated: 2018-03-12 18:48:22.0

Pushed: 2018-01-22 00:31:22.0

Homepage: null

Size: 492

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ember-cli-changelog

Greenkeeper badge

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.

Github Private Repos

If you want to use github private repos set your github token with the following environment variable

GITHUB_TOKEN=123abc

Contributing

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.