Socket
Book a DemoInstallSign in
Socket

@peeriq/ember-cli-changelog

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peeriq/ember-cli-changelog

Changelog generation for ember-cli projects.

latest
Source
npmnpm
Version
0.4.0-beta.1
Version published
Maintainers
2
Created
Source

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

  • Open an Issue for discussion first if you're unsure a feature/fix is wanted.
  • Branch off of master
  • Use descriptive branch names
  • Use Angular-Style Commits
  • PR against master.

Keywords

ember-addon

FAQs

Package last updated on 07 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts