Skip to content

Commit b8b9a8a

Browse files
authored
feat(chore): custom change log (#40)
* 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
1 parent bb86c98 commit b8b9a8a

7 files changed

Lines changed: 1291 additions & 291 deletions

File tree

.cz-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
// used if allowCustomScopes is true
4646
customScope: 'Denote the SCOPE of this change:',
4747
subject: 'Write a SHORT, IMPERATIVE tense description of the change:\n',
48-
body: 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n',
48+
body: 'Provide a LONGER description of the change (mandatory). Use "\\n" to break new line:\n',
4949
breaking: 'List any BREAKING CHANGES (optional):\n',
5050
footer: 'List any ISSUES CLOSED by this change (optional). E.g.: GH-144:\n',
5151
confirmCommit: 'Are you sure you want to proceed with the commit above?',

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
'body-leading-blank': [2, 'always'],
66
'footer-leading-blank': [0, 'always'],
77
'references-empty': [2, 'never'],
8+
'body-empty': [2, 'never'],
89
},
910
parserPreset: {
1011
parserOpts: {

0 commit comments

Comments
 (0)