File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ Then a `removal` subkey needs to be added to `foo.bar` with the following fields
4848 https://github.com/ansible-community/ansible-build-data/?tab=readme-ov-file#renaming-a-collection).)
4949
5050 4. `guidelines-violation` : the collection has been removed by the Steering Committee due to guidelines violation.
51- Further details must be provided in `removal_text `.
51+ Further details must be provided in `reason_text `.
5252 ([Official process](
5353 https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#collections-not-satisfying-the-collection-requirements).)
5454
5555 5. `other` : the collection has been removed for other reasons.
56- Further explanation on why the collection will be removed must be provided in `removal_text `.
56+ Further explanation on why the collection will be removed must be provided in `reason_text `.
5757
5858- `announce_version` : optional string to indicate in which release of this Ansible major version the removal should be announced.
5959 When adding a new removal, use the next version that will be used for a release.
@@ -97,7 +97,7 @@ collections:
9797 removal:
9898 major_version: 20
9999 reason: guidelines-violation
100- removal_text : >-
100+ reason_text : >-
101101 Extra text that must specify what happened. Can use L(Ansible markup,
102102 https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#linking-within-module-documentation).
103103 announce_version: 11.2.0
@@ -108,7 +108,7 @@ collections:
108108 removal:
109109 major_version: 20
110110 reason: other
111- removal_text : >-
111+ reason_text : >-
112112 Text that must specify why the collection was removed. Can use L(Ansible markup,
113113 https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#linking-within-module-documentation).
114114 announce_version: 11.2.0
You can’t perform that action at this time.
0 commit comments