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

Commit

Permalink
Add additional steps for removing a collection
Browse files Browse the repository at this point in the history
Found this old issue, so applying the fix (and review to see if we still want these additional steps).

Fixes ansible-community/community-team#72
  • Loading branch information
samccann authored Apr 18, 2024
1 parent 64ef388 commit 23e2c3a
Showing 1 changed file with 5 additions and 0 deletions.
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:

#. 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

0 comments on commit 23e2c3a

Please sign in to comment.