github-release-notes icon indicating copy to clipboard operation
github-release-notes copied to clipboard

include-messages description error

Open ByWefox opened this issue 3 years ago • 0 comments

Hi! In the include-messages options, it has this values: <merge, commits, all>, but when we use merge option, release notes doesn't work, because the description values is wrong. _init.js file has { name: 'includeMessages', type: 'list', message: 'Which type of commits do you want to include?', choices: [{ value: 'merges', name: 'Merges' }, { value: 'commits', name: 'Commits' }, { value: 'all', name: 'All' }], when: ({ dataSource }) => dataSource === 'commits' }, So the correct description should be: <merges,commits,all> It's a simple description error, but this will avoid wasting time

ByWefox avatar Feb 16 '22 09:02 ByWefox