Skip to content

Commit

Permalink
feat(chore): custom change log (#40)
Browse files Browse the repository at this point in the history
* feat(chore): custom change log

The change log will now have issues as well as commit for the change
 this is customizable in the
md file

GH-39

* feat(chore): now we will generate out custom changelog

using git-release-notes npm package for this

GH-39
  • Loading branch information
yeshamavani authored Jan 9, 2023
1 parent bb86c98 commit b8b9a8a
Show file tree
Hide file tree
Showing 7 changed files with 1,291 additions and 291 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 b8b9a8a

Please sign in to comment.