github-tools / github-tools/github-release-notes
include-messages description error
- Lingua principale
- JavaScript
- Stelle
- 897
- Fork
- 313
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.