github-tools / github-tools/github-release-notes
include-messages description error
- Vorherrschende Sprache
- JavaScript
- Sterne
- 897
- Forks
- 313
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi!
In the _include-messages_ options, it has this values: , 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:
It's a simple description error, but this will avoid wasting time
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.