From d4a33433b4d9175a00212daeda994e47439dac7e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 4 Jun 2021 12:37:04 +0200 Subject: [PATCH] Mention removal version more prominently. --- changelogs/fragments/script-removal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/script-removal.yml b/changelogs/fragments/script-removal.yml index 4328fef555..be17f6ad65 100644 --- a/changelogs/fragments/script-removal.yml +++ b/changelogs/fragments/script-removal.yml @@ -1,2 +1,2 @@ deprecated_features: -- "All inventory and vault scripts will be removed from community.general. If you are referencing them, please update your references to the new `contrib-scripts GitHub repository `_ so your workflow will not break once community.general 4.0.0 is released (https://github.com/ansible-collections/community.general/pull/2697)." +- "All inventory and vault scripts will be removed from community.general in version 4.0.0. If you are referencing them, please update your references to the new `contrib-scripts GitHub repository `_ so your workflow will not break once community.general 4.0.0 is released (https://github.com/ansible-collections/community.general/pull/2697)."