ansible-community / antsibull-build

Tooling for building various things related to ansible
GNU General Public License v3.0
60 stars 31 forks source link

Allow to announce a release as EOL #626

Closed felixfontein closed 3 weeks ago

felixfontein commented 3 weeks ago

Soon (once Ansible 11 is out) Ansible 9 and Ansible 10 will be End of Life. Right now the announcements are auto-generated and do not allow to mention this. This PR adds a --end-of-life option to the announcements subcommand that changes this.

gotmax23 commented 3 weeks ago

I would also update the Matrix announcement template. This seems important enough to include in there.

felixfontein commented 3 weeks ago

@gotmax23 thanks for reviewing this!