Skip to content

Commit

Permalink
feat(chore): generate detailed and informative changelog (#106)
Browse files Browse the repository at this point in the history
Using Customizable npm package to generate changelog

GH-105
  • Loading branch information
yeshamavani authored Jan 11, 2023
1 parent 8d0736e commit c6bfb98
Show file tree
Hide file tree
Showing 7 changed files with 1,294 additions and 227 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 c6bfb98

Please sign in to comment.