-
Notifications
You must be signed in to change notification settings - Fork 3
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
specify --no-filter-by-milestone option #31
Conversation
変更後の
の見出しが項目が無いのに出てるのが気になります。 |
変更前には
という文類が有ったんですが変更後には無くなってしまっているのが気になります。
という見出しが変更後の出力の |
ご確認ありがとうございます。
変更後の
というissueの項目があり、これを削ったのが |
確かになくなっていて「その他変更」に含まれるようになっちゃってますね。 の修正を取り込み忘れていました。
その行も Perl で消しているので変更前の |
ceaf4d4
to
a6ecd60
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
問題無いと思います。
バグ修正
の分類が出るようになったことを確認しました。
Closed issues
については Perl スクリプト(どの?)で消すという事なので、おそらく CHANGELOG.md
を更新する PR を作成する人が手元で行うんですかね?
レビューありがとうございます。
ここで消しています↓ changelog-sakura/makeChangeLog.bat Line 61 in 5562714
これにより、 |
sakura-editor/sakura#1232 で v2.4.0 に ChangeLog が出力される件の修正用です。
どうやら、
github_changelog_generator
はデフォルトだと「マイルストーン」単位で PR や Issue を紐付けるようです。v2.4.0 をリリースしたことでマイルストーンが出現し、それまでのように alpha/beta 版のリリースに PR 項目が出力されなくなってしまったようです。というわけで、
--no-filter-by-milestone
オプションを追加し、マイルストーンに優先されないように変更しました。出力結果は
https://ci.appveyor.com/project/takke/changelog-sakura-djw7o/builds/32712604/artifacts
にあるのでご確認ください。