Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Add additional steps for removing a collection #233

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions removal_from_ansible.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ The general process of removing a collection follows these steps:
#. Removing the collection.
#. When appropriate, re-adding the collection.

Where the community has `write` access to the collection repository, follow these steps:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about adding a new header for this section, so it can be referenced explicitly? And then reference it further below when it makes sense, like in the section on unmaintained collections. I don't think it makes sense to refer it from every removal process.


#. Update the README.md to clearly state (at the top) that this is unmaintained.
#. Push a release to Galaxy based off the last release with just the updated README.md (no other CI, etc fixes).
#. Add a comment to any open issues in the repo saying that the collection is unmaintained and will be removed from the Ansible package.

.. _announce_removal:

Expand Down
Loading