Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
feat: add default scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 4, 2018
1 parent faf2462 commit 1be406f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const types = {
}
};

// https://github.com/angular/angular/blob/master/CONTRIBUTING.md#type
const list = [
'test',
'feat',
Expand All @@ -58,6 +59,17 @@ const list = [
'perf'
];

// https://github.com/angular/angular/blob/master/CONTRIBUTING.md#scope
const scopes = [
null,
'init',
'runner',
'watcher',
'config',
'web-server',
'changelog'
];

module.exports = {
list,
maxMessageLength: 50,
Expand Down

0 comments on commit 1be406f

Please sign in to comment.