Skip to content

Commit

Permalink
feat(core): generate detailed and informative changelog (#122)
Browse files Browse the repository at this point in the history
Using Customizable npm package to generate changelog
 updated loopback packages

GH-121
  • Loading branch information
yeshamavani committed Jan 11, 2023
1 parent 7f05e2e commit d19b73c
Show file tree
Hide file tree
Showing 7 changed files with 1,761 additions and 938 deletions.
2 changes: 1 addition & 1 deletion .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
// used if allowCustomScopes is true
customScope: 'Denote the SCOPE of this change:',
subject: 'Write a SHORT, IMPERATIVE tense description of the change:\n',
body: 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n',
body: 'Provide a LONGER description of the change (mandatory). Use "\\n" to break new line:\n',
breaking: 'List any BREAKING CHANGES (optional):\n',
footer: 'List any ISSUES CLOSED by this change (optional). E.g.: GH-144:\n',
confirmCommit: 'Are you sure you want to proceed with the commit above?',
Expand Down
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'body-leading-blank': [2, 'always'],
'footer-leading-blank': [0, 'always'],
'references-empty': [2, 'never'],
'body-empty': [2, 'never'],
},
parserPreset: {
parserOpts: {
Expand Down
Loading

0 comments on commit d19b73c

Please sign in to comment.