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

include-messages description error

未關閉
#314 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
897
分支
313
PR 合併指標
30 天內沒有已合併 PR

描述

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

貢獻指南

開啟貢獻指南

研究方向

開啟 _init.js,找到 issue 中顯示的 includeMessages 選項。將顯示的選項值與選項進行比對,更新描述以列出 merges、commits 和 all,並確認 prompt 不再將 merge 記載為該值。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
javascript
領域
release
Issue 類型
文件
難度
1/5
預估耗時
1 小時以內
活躍度
停滯
描述清晰度
描述清楚
新手友好度
55/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。