Skip to content

Commit

Permalink
chore(deps): add conventional-changelog and corresponding scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Mcdoniel committed Jan 2, 2020
1 parent 0e364bb commit 15c08cb
Show file tree
Hide file tree
Showing 4 changed files with 738 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tag-version-prefix=""
message="chore(release): %s :tada:"
6 changes: 5 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ module.exports = {
'test',
],
],
'scope-enum': [2, 'always', ['service', 'module', 'interceptor']],
'scope-enum': [
2,
'always',
['service', 'module', 'interceptor', 'deps', 'docs', 'release'],
],
},
};
Loading

0 comments on commit 15c08cb

Please sign in to comment.