What should I do to "unpublish" a third-party tap? #6326
Answered
by
SMillerDev
stefanhaller
asked this question in
Tap maintenance and brew development
-
Description of issueSay I maintain a third-party tap, and I want to stop publishing it. The formula in that tap is also in core, and there's no point in maintaining the tap any longer. Is it enough to simply delete the tap's github repo? What will the user experience be like for users who are using the tap? The answer to this could be an enhancement request for the documentation at https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap. |
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
Aug 6, 2025
Replies: 1 comment 2 replies
-
You can do |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
stefanhaller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do
disabled!
with a replacement reference for core. Or you can make atap_migrations.json
file to redirect users.