ansible-build-data
ansible-build-data copied to clipboard
[WIP] Automatically generate collection deprecation changelog entries from metadata
Use https://github.com/ansible-community/antsibull/pull/623 to automatically generate collection deprecation changelog entries from metadata.
I should say the output looks OK.
BTW do you want to merge this eventually or is this only meant as an example how it would look like?
BTW do you want to merge this eventually or is this only meant as an example how it would look like?
I'd merge it together with https://github.com/ansible-community/antsibull/pull/623, so that re-generating the changelogs (for example when the next release happens) doesn't result in changes of older entries.
I updated the PR to the latest version of https://github.com/ansible-community/antsibull/pull/623 and this repo.
#459 will allow to also generate the removal changelog fragments automatically.
I'd like to regenerate the changelog (and docsite) once more once #464 is merged, to see whether the markup formatting works.
Makes sense. Better test this and make make sure.
(With the latest changes from https://github.com/ansible-community/antsibull/pull/623 and with #464 merged, the generated changelogs will look exactly as they already do. All changes only affect entries in versions not yet released. See https://github.com/ansible-community/antsibull/pull/623#issuecomment-2394999285 for how the result looks like for 11.0.0a2.)
I'll keep this marked as draft until https://github.com/ansible-community/antsibull/pull/623 has been merged, then I will merge the latest version of this.
The CI failure is unrelated.