Petr Korolev
Petr Korolev
There is no such feature yet. I'd be more than happy to merge a PR adding this feature, it seems like it would be useful for sure 👍
Any suggestion are kindly welcome. Need proposals, how to implement it in a good maner, to not override already existing release notes.
@kkumler Agree with you. The first, that comes in mind - just add auto-generated notes in the end.
@mesutcelik thanks for mention about this tool! I hope I will implement it there sooner or later anyway :)
Here is an interesting project by @mattbrictson: https://github.com/mattbrictson/chandler It looks like something close to this idea. Just leave this link there in case of.
@rytilahti I'd be more than happy to merge a PR adding this feature, it seems like it would be useful for sure 👍
Hmm. Even with tag `--pr-wo-labels` it still excluddes them Example: ``` github_changelog_generator -u vas3k -p vas3k.club --no-issues-wo-labels --pr-wo-labels Using these options: :date_format=>"%Y-%m-%d" :output=>"CHANGELOG.md" :base=>"HISTORY.md" :issues=>true :add_issues_wo_labels=>false :add_pr_wo_labels=>true ```
Thanks. There are several points: 1. >"are there unlabeled issues/PRs in this range?" (from internal GitHub structure PR is a subset of issue) Imo: from the user perspective: Issues and...
Which commands arguments do you use?
Thanks. It's a good idea to add it as Action. I'm also new with actions and didn't have time to figure out, how to work with it. Let's have a...