Skip to content

Commit

Permalink
Merge branch 'v8.0.0' of github.com:bitpay/bitcore into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Oct 18, 2018
2 parents afdc409 + f178aab commit de5cbd1
Show file tree
Hide file tree
Showing 20 changed files with 2,465 additions and 2,237 deletions.
23 changes: 23 additions & 0 deletions .cz-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module.exports = {
types: [
{value: 'feature', name: 'feat: A new feature'},
{value: 'fix', name: 'fix: A bug fix'},
{value: 'docs', name: 'docs: Documentation only changes'},
{value: 'style', name: 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc)'},
{value: 'refactor', name: 'refactor: A code change that neither fixes a bug nor adds a feature'},
{value: 'perf', name: 'perf: A code change that improves performance'},
{value: 'test', name: 'test: Adding missing tests'},
{value: 'chore', name: 'chore: Changes to the build process or auxiliary tools\n and libraries such as documentation generation'},
{value: 'revert', name: 'revert: Revert to a commit'},
{value: 'WIP', name: 'WIP: Work in progress'}
],

scopes: [
{name: 'all'},
{name: 'node'},
{name: 'insight'},
{name: 'libs'},
{name: 'bws'},
{name: 'client'}
],
}
Loading

0 comments on commit de5cbd1

Please sign in to comment.