ansible-build-data
ansible-build-data copied to clipboard
Update endoflife.date data when new major releases are made, or releases are EoL'ed
We should update the data at endoflife.date on https://github.com/endoflife-date/endoflife.date/blob/master/products/ansible.md once we release a new major version, and also once a major version is End of Life (change eol: false to eol: <ISO-Date> for that major release train).
@Ompragash @rooftopcellist I realize that there's a lot of the releasing process that isn't written down publicly (or at least nowhere I know). Where should we collect such information, including who does the various steps? Some things (like preparing the next major release by creating the corresponding folder etc.) can easily be done by community folks, some others (like doing the actual release) can only be done by you (since we cannot publish to the ansible PyPi).
Ref: https://github.com/endoflife-date/endoflife.date/pull/1047#issuecomment-1275288309
Thanks for bringing this up @felixfontein :) I wasn't aware of this but will document it and the other steps that are involved to build the tarball and send a PR!
Glad to see this getting noted in the release process. Our automation already notifies us of any new major versions that need manual addition, but keeping this as part of the release process will be great!