UNPKG

ember-simple-auth-auth0

Version:
24 lines (18 loc) 829 B
// jshint node:true // For details on each option run `ember help release` module.exports = { // ember style guide: https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md#commit-tagging // angular style guide: https://github.com/angular/angular.js/blob/v1.4.8/CONTRIBUTING.md#commit // jquery style guide: https://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines style: 'angular', // 'angular' 'jquery' head: 'develop', base: '-last', // a branch or tag name, `-last` defaults to the version in package.json hooks: { /* parser: function(commit) { return commit; } filter: function(commit) { return true; }, groupSort: function(commits) { return { commits: commits }; }, format: function(commit) { return commit.title; }, */ } };