From aad1867dfa5ef75b6cf32de5849581257972d4b1 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 6 Nov 2023 18:07:43 +0100 Subject: [PATCH] Correct docs.theforeman.org doc state on first GA release When Foreman x.y goes GA, Foreman x.(y-2) goes EOL. So when Foreman 3.8.0 was released, Foreman 3.6 became unsupported. --- procedures/foreman/release.md.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/procedures/foreman/release.md.erb b/procedures/foreman/release.md.erb index 6a61652..ca7ba0c 100644 --- a/procedures/foreman/release.md.erb +++ b/procedures/foreman/release.md.erb @@ -140,6 +140,8 @@ Note: If for some reason there was an issue with the tarballs that required uplo - [ ] Update the [docs.theforeman.org](https://github.com/theforeman/foreman-documentation) [index page](https://github.com/theforeman/foreman-documentation/blob/master/web/content/index.adoc) and [versions](https://github.com/theforeman/foreman-documentation/blob/master/web/content/js/versions.js) - Update <%= short_version %> as `supported` - Update <%= short_version_minus_two %> as `unsupported` +- [ ] Update the [docs.theforeman.org](https://github.com/theforeman/foreman-documentation) <%= short_version %> DocState as `stable` in [attributes.adoc](https://github.com/theforeman/foreman-documentation/blob/<%= short_version %>/guides/common/attributes.adoc?plain=1): `sed -i '/:DocState:/ s/ .\+/ stable/' guides/common/attributes.adoc` +- [ ] Update the [docs.theforeman.org](https://github.com/theforeman/foreman-documentation) <%= short_version_minus_two %> DocState as `unsupported` in [attributes.adoc](https://github.com/theforeman/foreman-documentation/blob/<%= short_version_minus_two %>/guides/common/attributes.adoc?plain=1): `sed -i '/:DocState:/ s/ .\+/ unsupported/' guides/common/attributes.adoc` <% end -%> - [ ] Announce the release on [Discourse](https://community.theforeman.org/c/release-announcements/8) using <%= rel_eng_script('release_announcement') %> - [ ] Update the topic in #theforeman channel on Libera.Chat