Felix Fontein

Results 2008 comments of Felix Fontein

Kicking the existing changes out from `changelog.yaml` yields for the Ansible 9 changelog: ```diff diff --git a/9/CHANGELOG-v9.md b/9/CHANGELOG-v9.md index 4182d7f..0d45049 100644 --- a/9/CHANGELOG-v9.md +++ b/9/CHANGELOG-v9.md @@ -1350,8 +1350,12 @@ If...

https://github.com/ansible-community/ansible-build-data/pull/457 shows the current results of this PR.

https://github.com/ansible-community/ansible-build-data/pull/459 will allow to also generate the removal changelog fragments automatically.

I'll update this PR to also generate changelog fragments for removed collections.

This now also generates `removed_features` entries, see https://github.com/ansible-community/ansible-build-data/pull/457 for how the result looks like.

Now Ansible markup in `reason_text` is correctly processed (for that there's a new dependency). The 11.0.0a2 changelog would now contain: ```rst Deprecated Features ------------------- - The sensu.sensu_go collection will be...

@gotmax23 @mariolenz thanks a lot for reviewing this!

The PR currently has a conflict.