Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include-messages description error #314

Open
ByWefox opened this issue Feb 16, 2022 · 0 comments
Open

include-messages description error #314

ByWefox opened this issue Feb 16, 2022 · 0 comments

Comments

@ByWefox
Copy link

ByWefox commented Feb 16, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant