Skip to content

Commit

Permalink
Update more messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 6, 2024
1 parent 29e0d9b commit c7eb028
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/antsibull/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,10 +549,10 @@ def _get_removal_entry( # noqa: C901, pylint:disable=too-many-branches
f" if no one starts maintaining it again before Ansible {removal.major_version}."
)
sentences.append(
"See `the removal process for details on how this works"
"See `Collections Removal Process for unmaintained collections"
" <https://docs.ansible.com/ansible/devel/community/collection_contributors/"
"collection_package_removal.html#canceling-removal-of-an-unmaintained-collection"
f">`__{link}."
"collection_package_removal.html#unmaintained-collections"
f">`__ for more details, including for how this can be cancelled{link}."
)

if removal.reason == "renamed":
Expand Down Expand Up @@ -591,10 +591,10 @@ def _get_removal_entry( # noqa: C901, pylint:disable=too-many-branches
if removal.reason_text:
sentences.append(_markup_to_rst(removal.reason_text))
sentences.append(
"See `the removal process for details on how this works and can be cancelled"
"See `Collections Removal Process for collections not satisfying the collection requirements"
" <https://docs.ansible.com/ansible/devel/community/collection_contributors/"
"collection_package_removal.html#collections-not-satisfying-the-collection-requirements"
f">`__{link}."
f">`__ for more details, including for how this can be cancelled{link}."
)

if removal.reason == "other":
Expand Down Expand Up @@ -678,11 +678,9 @@ def _get_removed_entry( # noqa: C901, pylint:disable=too-many-branches
if removal.reason_text:
sentences.append(_markup_to_rst(removal.reason_text))
sentences.append(
"See `Collections Removal Process for"
" collections not satisfying the Collection requirements"
"See `Collections Removal Process for collections not satisfying the collection requirements"
" <https://docs.ansible.com/ansible/devel/community/collection_contributors/"
"collection_package_removal.html"
"#collections-not-satisfying-the-collection-requirements"
"collection_package_removal.html#collections-not-satisfying-the-collection-requirements"
f">`__ for more details{link}."
)

Expand Down

0 comments on commit c7eb028

Please sign in to comment.