From b544934fbf15629aa824783e87ef135387f941f4 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 25 Feb 2024 19:58:35 +1100 Subject: [PATCH] docs/Deprecating-Disabling-and-Removing-Casks.md: add cask deprecate/disable reasons --- docs/Deprecating-Disabling-and-Removing-Casks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Deprecating-Disabling-and-Removing-Casks.md b/docs/Deprecating-Disabling-and-Removing-Casks.md index dbdd28046f..396fb1a369 100644 --- a/docs/Deprecating-Disabling-and-Removing-Casks.md +++ b/docs/Deprecating-Disabling-and-Removing-Casks.md @@ -75,6 +75,8 @@ When a cask is deprecated or disabled, a reason explaining the action must be pr There are two ways to indicate the reason. The preferred way is to use a pre-existing symbol to indicate the reason. The available symbols are listed below and can be found in the [`DeprecateDisable` module](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/deprecate_disable.rb): - `:discontinued`: the cask is discontinued upstream +- `:no_longer_available`: the cask is no longer available upstream +- `:unmaintained`: the cask is not maintained upstream These reasons can be specified by their symbols (the comments show the message that will be displayed to users):