github-tools / github-tools/github-release-notes

include-messages description error

Đang mở
#314 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
897
Fork
313
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.