diff --git a/docs/Acceptable-Casks.md b/docs/Acceptable-Casks.md index 5d2bbc85cc..d5ab1e48fe 100644 --- a/docs/Acceptable-Casks.md +++ b/docs/Acceptable-Casks.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Acceptable Casks Some casks should not go in [homebrew/cask](https://github.com/Homebrew/homebrew-cask). But there are additional [Interesting Taps and Forks](Interesting-Taps-and-Forks.md) and anyone can [start their own](How-to-Create-and-Maintain-a-Tap.md)! diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index 77e3a88f1c..4a03806333 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Acceptable Formulae Some formulae should not go in [homebrew/core](https://github.com/Homebrew/homebrew-core). But there are additional [Interesting Taps and Forks](Interesting-Taps-and-Forks.md) and anyone can [start their own](How-to-Create-and-Maintain-a-Tap.md)! diff --git a/docs/Adding-Software-to-Homebrew.md b/docs/Adding-Software-to-Homebrew.md index b54c020686..694c0b24aa 100644 --- a/docs/Adding-Software-to-Homebrew.md +++ b/docs/Adding-Software-to-Homebrew.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Adding Software to Homebrew Is your favourite software missing from Homebrew? Then you're the perfect person to resolve this problem. diff --git a/docs/Analytics.md b/docs/Analytics.md index d233072fb5..147779594a 100644 --- a/docs/Analytics.md +++ b/docs/Analytics.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Anonymous Analytics Homebrew gathers anonymous analytics using InfluxDB. You will be notified the first time you run `brew update` or install Homebrew. Analytics are not enabled until after this notice is shown, to ensure that you can [opt out](Analytics.md#opting-out) without ever sending analytics data. diff --git a/docs/Bottles.md b/docs/Bottles.md index 96106ac596..855525a398 100644 --- a/docs/Bottles.md +++ b/docs/Bottles.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Bottles (Binary Packages) Bottles are produced by installing a formula with `brew install --build-bottle ` and then bottling it with `brew bottle `. This generates a bottle file in the current directory and outputs the bottle DSL for insertion into the formula file. diff --git a/docs/Brew-Livecheck.md b/docs/Brew-Livecheck.md index b385b65322..a328437a1c 100644 --- a/docs/Brew-Livecheck.md +++ b/docs/Brew-Livecheck.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # `brew livecheck` The `brew livecheck` command finds the newest version of a formula or cask's software by checking upstream. Livecheck has [strategies](https://rubydoc.brew.sh/Homebrew/Livecheck/Strategy) to identify versions from various sources, such as Git repositories, websites, etc. diff --git a/docs/BrewTestBot-For-Maintainers.md b/docs/BrewTestBot-For-Maintainers.md index 340848f3d9..ba55c436ef 100644 --- a/docs/BrewTestBot-For-Maintainers.md +++ b/docs/BrewTestBot-For-Maintainers.md @@ -3,6 +3,7 @@ logo: /assets/img/brewtestbot.png image: /assets/img/brewtestbot.png redirect_from: - /Brew-Test-Bot-For-Core-Contributors +last_review_date: "1970-01-01" --- # BrewTestBot for Maintainers diff --git a/docs/BrewTestBot.md b/docs/BrewTestBot.md index 1a658c3223..f69812b993 100644 --- a/docs/BrewTestBot.md +++ b/docs/BrewTestBot.md @@ -3,6 +3,7 @@ logo: /assets/img/brewtestbot.png image: /assets/img/brewtestbot.png redirect_from: - /Brew-Test-Bot +last_review_date: "1970-01-01" --- # BrewTestBot diff --git a/docs/Building-Against-Non-Homebrew-Dependencies.md b/docs/Building-Against-Non-Homebrew-Dependencies.md index eb9fa56105..60fd22a31f 100644 --- a/docs/Building-Against-Non-Homebrew-Dependencies.md +++ b/docs/Building-Against-Non-Homebrew-Dependencies.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Building Against Non-Homebrew Dependencies ## History diff --git a/docs/C++-Standard-Libraries.md b/docs/C++-Standard-Libraries.md index 1f1fc094b4..f97315ae63 100644 --- a/docs/C++-Standard-Libraries.md +++ b/docs/C++-Standard-Libraries.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # C++ Standard Libraries There are two C++ standard libraries supported by Apple compilers. diff --git a/docs/Cask-Cookbook.md b/docs/Cask-Cookbook.md index 0fa74b3239..4ffff890e4 100644 --- a/docs/Cask-Cookbook.md +++ b/docs/Cask-Cookbook.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Cask Cookbook Each cask is a Ruby block, beginning with a special header line. The cask definition itself is always enclosed in a `do … end` block. Example: diff --git a/docs/Checksum_Deprecation.md b/docs/Checksum_Deprecation.md index b758dd51ed..7728d0a3ca 100644 --- a/docs/Checksum_Deprecation.md +++ b/docs/Checksum_Deprecation.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # MD5 and SHA-1 Deprecation In early 2015 Homebrew started the process of deprecating _SHA1_ for package diff --git a/docs/Common-Issues-for-Core-Contributors.md b/docs/Common-Issues-for-Core-Contributors.md index f6ceb5143f..afe762643b 100644 --- a/docs/Common-Issues-for-Core-Contributors.md +++ b/docs/Common-Issues-for-Core-Contributors.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Common Issues for Maintainers ## Overview diff --git a/docs/Common-Issues.md b/docs/Common-Issues.md index a6ce961641..e2bdc71151 100644 --- a/docs/Common-Issues.md +++ b/docs/Common-Issues.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Common Issues This is a list of commonly encountered problems, known issues, and their solutions. diff --git a/docs/Creating-a-Homebrew-Issue.md b/docs/Creating-a-Homebrew-Issue.md index 7f4a937f3f..d9d9e9d3e7 100644 --- a/docs/Creating-a-Homebrew-Issue.md +++ b/docs/Creating-a-Homebrew-Issue.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Creating a Homebrew Issue First, check to make sure your issue is not listed in the [FAQ](FAQ.md) or [Common Issues](Common-Issues.md) and can't otherwise be resolved with the information in the [Tips and Tricks](Tips-N'-Tricks.md) documentation. Next, go through the steps in the [Troubleshooting guide](Troubleshooting.md). diff --git a/docs/Custom-GCC-and-cross-compilers.md b/docs/Custom-GCC-and-cross-compilers.md index 2dda2d54f5..5a369704fe 100644 --- a/docs/Custom-GCC-and-cross-compilers.md +++ b/docs/Custom-GCC-and-cross-compilers.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Custom GCC and Cross Compilers Homebrew depends on having an up-to-date version of Xcode because it comes with specific versions of build tools, e.g. `clang`. Installing a custom version of GCC or Autotools into your `PATH` has the potential to break lots of compiles so we prefer the Apple- or Homebrew-provided compilers. Cross compilers based on GCC will typically be "keg-only" and therefore not linked into your `PATH` by default, or be prefixed with the target architecture, again to avoid conflicting with Apple or Homebrew compilers. diff --git a/docs/Deprecating-Disabling-and-Removing-Casks.md b/docs/Deprecating-Disabling-and-Removing-Casks.md index 52a4987535..9e89ae14b3 100644 --- a/docs/Deprecating-Disabling-and-Removing-Casks.md +++ b/docs/Deprecating-Disabling-and-Removing-Casks.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Deprecating, Disabling and Removing Casks There are many reasons why casks may be deprecated, disabled or removed. This document explains the differences between each method as well as explaining when one method should be used over another. diff --git a/docs/Deprecating-Disabling-and-Removing-Formulae.md b/docs/Deprecating-Disabling-and-Removing-Formulae.md index bd62b09b9c..de34a93582 100644 --- a/docs/Deprecating-Disabling-and-Removing-Formulae.md +++ b/docs/Deprecating-Disabling-and-Removing-Formulae.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Deprecating, Disabling and Removing Formulae There are many reasons why formulae may be deprecated, disabled or removed. This document explains the differences between each method as well as explaining when one method should be used over another. diff --git a/docs/External-Commands.md b/docs/External-Commands.md index 05ab51e46a..2109b391f3 100644 --- a/docs/External-Commands.md +++ b/docs/External-Commands.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # External Commands Homebrew, like Git, supports *external commands*. This lets you create new commands that can be run like: diff --git a/docs/FAQ.md b/docs/FAQ.md index 63a9ae3323..4fe8d5bec4 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # FAQ (Frequently Asked Questions) * Table of Contents diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 9b2de44654..8a4a68e731 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Formula Cookbook A *formula* is a package definition written in Ruby. It can be created with `brew create ` where `` is a zip or tarball, installed with `brew install `, and debugged with `brew install --debug --verbose `. Formulae use the [Formula API](https://rubydoc.brew.sh/Formula) which provides various Homebrew-specific helpers. diff --git a/docs/Gems,-Eggs-and-Perl-Modules.md b/docs/Gems,-Eggs-and-Perl-Modules.md index 9cfdf852ec..af20804fca 100644 --- a/docs/Gems,-Eggs-and-Perl-Modules.md +++ b/docs/Gems,-Eggs-and-Perl-Modules.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Gems, Eggs and Perl Modules On a fresh macOS installation there are two empty directories for diff --git a/docs/Homebrew-Governance-Archives.md b/docs/Homebrew-Governance-Archives.md index 28441bc959..d811f220d9 100644 --- a/docs/Homebrew-Governance-Archives.md +++ b/docs/Homebrew-Governance-Archives.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Governance Archives {% assign governance_pages = site.pages | where: "category", "governance-archives" %} diff --git a/docs/Homebrew-Governance.md b/docs/Homebrew-Governance.md index db47f3d6cc..24df3d4796 100644 --- a/docs/Homebrew-Governance.md +++ b/docs/Homebrew-Governance.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Governance ## 1. Definitions diff --git a/docs/Homebrew-Leadership-Responsibilities.md b/docs/Homebrew-Leadership-Responsibilities.md index 35e49c64a5..e007d29f6e 100644 --- a/docs/Homebrew-Leadership-Responsibilities.md +++ b/docs/Homebrew-Leadership-Responsibilities.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Leadership Responsibilities ## Project Leadership Committee diff --git a/docs/Homebrew-and-Java.md b/docs/Homebrew-and-Java.md index 9e251858fe..d2b3f60f39 100644 --- a/docs/Homebrew-and-Java.md +++ b/docs/Homebrew-and-Java.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew and Java This page describes how Java is handled in Homebrew for users. Prospective formula authors may refer to existing Java-based formulae for examples of how to install packages written in Java via Homebrew, or visit the [Homebrew discussion forum](https://github.com/orgs/Homebrew/discussions) to seek guidance for their specific situation. diff --git a/docs/Homebrew-and-Python.md b/docs/Homebrew-and-Python.md index e3d90d025a..12bbd5f62e 100644 --- a/docs/Homebrew-and-Python.md +++ b/docs/Homebrew-and-Python.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Python This page describes how Python is handled in Homebrew for users. See [Python for Formula Authors](Python-for-Formula-Authors.md) for advice on writing formulae to install packages written in Python. diff --git a/docs/Homebrew-brew-Maintainer-Guide.md b/docs/Homebrew-brew-Maintainer-Guide.md index 966d7f0095..8165dfa081 100644 --- a/docs/Homebrew-brew-Maintainer-Guide.md +++ b/docs/Homebrew-brew-Maintainer-Guide.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew/brew Maintainer Guide This document describes a few components of the `Homebrew/brew` repository that are useful for maintainers to be aware of, but don't necessarily need to appear in documentation for most users and contributors. diff --git a/docs/Homebrew-homebrew-cask-Maintainer-Guide.md b/docs/Homebrew-homebrew-cask-Maintainer-Guide.md index 5ba68447cb..078c46f1bf 100644 --- a/docs/Homebrew-homebrew-cask-Maintainer-Guide.md +++ b/docs/Homebrew-homebrew-cask-Maintainer-Guide.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew/homebrew-cask Maintainer Guide This guide is intended to help maintainers effectively maintain the cask repository. It is meant to be used in conjunction with the more generic [Maintainer Guidelines](Maintainer-Guidelines.md). diff --git a/docs/Homebrew-homebrew-core-Maintainer-Guide.md b/docs/Homebrew-homebrew-core-Maintainer-Guide.md index 8595fdc8bb..7d2ea6addf 100644 --- a/docs/Homebrew-homebrew-core-Maintainer-Guide.md +++ b/docs/Homebrew-homebrew-core-Maintainer-Guide.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew/homebrew-core Maintainer Guide ## Quick merge checklist diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index fdecb2d27d..906a0ce665 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -5,6 +5,7 @@ redirect_from: - /linux - /Linux - /Linuxbrew +last_review_date: "1970-01-01" --- # Homebrew on Linux diff --git a/docs/How-To-Open-a-Homebrew-Pull-Request.md b/docs/How-To-Open-a-Homebrew-Pull-Request.md index aa87b66364..0cff912297 100644 --- a/docs/How-To-Open-a-Homebrew-Pull-Request.md +++ b/docs/How-To-Open-a-Homebrew-Pull-Request.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # How to Open a Homebrew Pull Request The following commands are used by Homebrew contributors to set up a fork of Homebrew's Git repository on GitHub, create a new branch and create a GitHub pull request ("PR") for the changes in that branch. diff --git a/docs/How-To-Organize-AGM.md b/docs/How-To-Organize-AGM.md index 160686964e..33a71beafa 100644 --- a/docs/How-To-Organize-AGM.md +++ b/docs/How-To-Organize-AGM.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # How To Organize AGM AGM is our combination of business meeting, yearly work planning session, and opportunity to meet others in our international team in person. diff --git a/docs/How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md b/docs/How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md index 685a0f3cdd..300ba63d66 100644 --- a/docs/How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md +++ b/docs/How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # How to Build Software Outside Homebrew with Homebrew `keg_only` Dependencies ## What does "keg-only" mean? diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md index 9a5fcf5c1d..80ee676bf2 100644 --- a/docs/How-to-Create-and-Maintain-a-Tap.md +++ b/docs/How-to-Create-and-Maintain-a-Tap.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # How to Create and Maintain a Tap [Taps](Taps.md) are external sources of Homebrew formulae, casks and/or external commands. They can be created by anyone to provide their own formulae, casks and/or external commands to any Homebrew user. diff --git a/docs/Installation.md b/docs/Installation.md index 75a379857f..cc9815637a 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Installation Instructions for a supported install of Homebrew are on the [homepage](https://brew.sh). diff --git a/docs/Interesting-Taps-and-Forks.md b/docs/Interesting-Taps-and-Forks.md index 42f0b1207c..4b7a4e28ce 100644 --- a/docs/Interesting-Taps-and-Forks.md +++ b/docs/Interesting-Taps-and-Forks.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Interesting Taps and Forks A [tap](Taps.md) is Homebrew-speak for a Git repository containing additional formulae. diff --git a/docs/Kickstarter-Supporters.md b/docs/Kickstarter-Supporters.md index 050a2ae258..24d1328285 100644 --- a/docs/Kickstarter-Supporters.md +++ b/docs/Kickstarter-Supporters.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Kickstarter Supporters This file contains a list of the awesome people who gave £5 or more to [our Kickstarter](https://www.kickstarter.com/projects/homebrew/brew-test-bot). diff --git a/docs/License-Guidelines.md b/docs/License-Guidelines.md index 96f632105e..b377707c1a 100644 --- a/docs/License-Guidelines.md +++ b/docs/License-Guidelines.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # License Guidelines We only accept formulae that use a [Debian Free Software Guidelines license](https://wiki.debian.org/DFSGLicenses) or are released into the public domain following [DFSG Guidelines on Public Domain software](https://wiki.debian.org/DFSGLicenses#Public_Domain) into `homebrew/core`. diff --git a/docs/Linux-CI.md b/docs/Linux-CI.md index a06ff70c10..1e619e9925 100644 --- a/docs/Linux-CI.md +++ b/docs/Linux-CI.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Linux CI in `homebrew/core` We currently use Ubuntu 22.04 for bottling in `homebrew/core`. diff --git a/docs/Maintainer-Guidelines.md b/docs/Maintainer-Guidelines.md index ce3c2e7256..ce9c91a3e9 100644 --- a/docs/Maintainer-Guidelines.md +++ b/docs/Maintainer-Guidelines.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Maintainer Guidelines **This guide is for maintainers.** These special people have **write access** to Homebrew’s repository and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not a beginner’s guide. diff --git a/docs/Maintainers-Avoiding-Burnout.md b/docs/Maintainers-Avoiding-Burnout.md index d4cf617273..96f425119d 100644 --- a/docs/Maintainers-Avoiding-Burnout.md +++ b/docs/Maintainers-Avoiding-Burnout.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Maintainers: Avoiding Burnout **This guide is for maintainers.** These special people have **write diff --git a/docs/Migrating-A-Formula-To-A-Tap.md b/docs/Migrating-A-Formula-To-A-Tap.md index 08c54d7d42..257c14d7cf 100644 --- a/docs/Migrating-A-Formula-To-A-Tap.md +++ b/docs/Migrating-A-Formula-To-A-Tap.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Migrating a Formula to a Tap There are times when we may wish to migrate a formula from one tap into another tap. To do this: diff --git a/docs/New-Maintainer-Checklist.md b/docs/New-Maintainer-Checklist.md index 528c81298e..fafd99c803 100644 --- a/docs/New-Maintainer-Checklist.md +++ b/docs/New-Maintainer-Checklist.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # New Maintainer Checklist **Existing maintainers and project leadership uses this guide to invite and onboard new maintainers and project leaders.** diff --git a/docs/Node-for-Formula-Authors.md b/docs/Node-for-Formula-Authors.md index 99ad8b1e2d..e599e920c9 100644 --- a/docs/Node-for-Formula-Authors.md +++ b/docs/Node-for-Formula-Authors.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Node for Formula Authors This document explains how to successfully use Node and npm in a Node module based Homebrew formula. diff --git a/docs/Prose-Style-Guidelines.md b/docs/Prose-Style-Guidelines.md index 77390e04e2..3839eae019 100644 --- a/docs/Prose-Style-Guidelines.md +++ b/docs/Prose-Style-Guidelines.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Prose Style Guidelines diff --git a/docs/Python-for-Formula-Authors.md b/docs/Python-for-Formula-Authors.md index 8ff5048fe0..b5aa833df2 100644 --- a/docs/Python-for-Formula-Authors.md +++ b/docs/Python-for-Formula-Authors.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Python for Formula Authors This document explains how to successfully use Python in a Homebrew formula. diff --git a/docs/Querying-Brew.md b/docs/Querying-Brew.md index 135cf103be..d9f1cf44dc 100644 --- a/docs/Querying-Brew.md +++ b/docs/Querying-Brew.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Querying `brew` _In this document we will be using [jq](https://stedolan.github.io/jq/) to parse JSON, available from Homebrew using `brew install jq`._ diff --git a/docs/README.md b/docs/README.md index 0e915d7c48..cb997f0d4e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Docs These are the source files for the [Homebrew documentation site](https://docs.brew.sh/). diff --git a/docs/Releases.md b/docs/Releases.md index f0e5b523b9..e4a39c03f7 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Releases Since Homebrew 1.0.0 most Homebrew users (those who haven't run a `dev-cmd` or set `HOMEBREW_DEVELOPER=1` which is ~99.9% based on analytics data) require tags on the [Homebrew/brew repository](https://github.com/homebrew/brew) in order to receive new versions of Homebrew. There are a few steps in making a new Homebrew release: diff --git a/docs/Rename-A-Formula.md b/docs/Rename-A-Formula.md index 1bdc2806fc..4c7089565a 100644 --- a/docs/Rename-A-Formula.md +++ b/docs/Rename-A-Formula.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Renaming a Formula Sometimes software and formulae need to be renamed. To rename a formula you need to: diff --git a/docs/Reproducible-Builds.md b/docs/Reproducible-Builds.md index 588cbe160c..200ac5693c 100644 --- a/docs/Reproducible-Builds.md +++ b/docs/Reproducible-Builds.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Reproducible Builds The Homebrew build environment is designed with [reproducible builds](https://reproducible-builds.org) as a goal where possible. Some convenience tools are also available to formula authors to help achieve deterministic builds. diff --git a/docs/Shell-Completion.md b/docs/Shell-Completion.md index 2f0ee2bd5d..91ada47368 100644 --- a/docs/Shell-Completion.md +++ b/docs/Shell-Completion.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # `brew` Shell Completion Homebrew comes with completion definitions for the `brew` command. Some packages also provide completion definitions for their own programs. diff --git a/docs/Taps.md b/docs/Taps.md index c56363932f..114a168ba8 100644 --- a/docs/Taps.md +++ b/docs/Taps.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Taps (Third-Party Repositories) The `brew tap` command adds more repositories to the list of formulae that Homebrew tracks, updates, diff --git a/docs/Tips-N'-Tricks.md b/docs/Tips-N'-Tricks.md index 86a6dcf9a3..85dde92c86 100644 --- a/docs/Tips-N'-Tricks.md +++ b/docs/Tips-N'-Tricks.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Tips and Tricks ## Install previous versions of formulae diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 399e0ff72f..838b0fb69a 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Troubleshooting **Run `brew update` twice and `brew doctor` (and fix all the warnings) *before* creating an issue!** diff --git a/docs/Typechecking.md b/docs/Typechecking.md index 1d724402c7..a4eaa0b95e 100644 --- a/docs/Typechecking.md +++ b/docs/Typechecking.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Type Checking With Sorbet The majority of the code in Homebrew is written in Ruby which is a dynamic language. To avail the benefits of static type checking, we have set up Sorbet in our codebase which provides the benefits of static type checking to dynamic languages like Ruby. diff --git a/docs/Updating-Software-in-Homebrew.md b/docs/Updating-Software-in-Homebrew.md index 88dd253618..4aa1199dc6 100644 --- a/docs/Updating-Software-in-Homebrew.md +++ b/docs/Updating-Software-in-Homebrew.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Updating Software in Homebrew Did you find something in Homebrew that wasn't the latest version? You can help yourself and others by submitting a pull request to update the formula. diff --git a/docs/Versions.md b/docs/Versions.md index 7a3e85c7d0..d9a5b6ac5b 100644 --- a/docs/Versions.md +++ b/docs/Versions.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Formulae Versions [homebrew/core](https://github.com/homebrew/homebrew-core) supports multiple versions of formulae by using a special naming format. For example, the formula for GCC 9 is named `gcc@9.rb` and begins with `class GccAT9 < Formula`. diff --git a/docs/Xcode.md b/docs/Xcode.md index 4f12da1f6a..0134e7e4c7 100644 --- a/docs/Xcode.md +++ b/docs/Xcode.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Xcode ## Supported Xcode versions diff --git a/docs/governance/2019-membership.md b/docs/governance/2019-membership.md index 7a1f3e3538..a2973defc9 100644 --- a/docs/governance/2019-membership.md +++ b/docs/governance/2019-membership.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # 2019 Membership - @alebcay diff --git a/docs/governance/2019-moss-track-iii-grant-nomination.md b/docs/governance/2019-moss-track-iii-grant-nomination.md index f75e366d05..3c7aeadcd4 100644 --- a/docs/governance/2019-moss-track-iii-grant-nomination.md +++ b/docs/governance/2019-moss-track-iii-grant-nomination.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Nomination for Mozilla Open Source Support, Track III ## Solicitation diff --git a/docs/governance/2019-plc-minutes.md b/docs/governance/2019-plc-minutes.md index 0ecc2232a1..2cb7ff504c 100644 --- a/docs/governance/2019-plc-minutes.md +++ b/docs/governance/2019-plc-minutes.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Project Leadership Committee Minutes 2019 ## Members diff --git a/docs/governance/2020-membership.md b/docs/governance/2020-membership.md index 96c496a680..944bd41694 100644 --- a/docs/governance/2020-membership.md +++ b/docs/governance/2020-membership.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # 2020 Membership - @alebcay diff --git a/docs/governance/2020-plc-minutes.md b/docs/governance/2020-plc-minutes.md index f1def25ab2..45e69be737 100644 --- a/docs/governance/2020-plc-minutes.md +++ b/docs/governance/2020-plc-minutes.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Project Leadership Committee Minutes 2020 ## Project Leader diff --git a/docs/governance/2021-agm-minutes.md b/docs/governance/2021-agm-minutes.md index eea0ebd0e9..249767e8e3 100644 --- a/docs/governance/2021-agm-minutes.md +++ b/docs/governance/2021-agm-minutes.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Annual General Meeting 2021 ## Minutes diff --git a/docs/governance/2021-egm-minutes.md b/docs/governance/2021-egm-minutes.md index 005a889938..a59473b766 100644 --- a/docs/governance/2021-egm-minutes.md +++ b/docs/governance/2021-egm-minutes.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Extraordinary General Meeting 2021 ## 2021-01-14 diff --git a/docs/governance/2021-membership.md b/docs/governance/2021-membership.md index 5d873e755b..f6787b81d8 100644 --- a/docs/governance/2021-membership.md +++ b/docs/governance/2021-membership.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # 2021 Membership - @alebcay diff --git a/docs/governance/2021-plc-minutes.md b/docs/governance/2021-plc-minutes.md index aa34f1fe68..3c387a72b1 100644 --- a/docs/governance/2021-plc-minutes.md +++ b/docs/governance/2021-plc-minutes.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Project Leadership Committee Minutes 2021 ## Project Leader diff --git a/docs/governance/2022-agm-minutes.md b/docs/governance/2022-agm-minutes.md index 3ac9bee228..a674f65650 100644 --- a/docs/governance/2022-agm-minutes.md +++ b/docs/governance/2022-agm-minutes.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Annual General Meeting 2022 ## Minutes diff --git a/docs/governance/2022-membership.md b/docs/governance/2022-membership.md index 7d58cd1538..cc97db2c38 100644 --- a/docs/governance/2022-membership.md +++ b/docs/governance/2022-membership.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # 2022 Membership - @alebcay diff --git a/docs/governance/2023-agm-minutes.md b/docs/governance/2023-agm-minutes.md index eeb7e55a88..7fa7f8222a 100644 --- a/docs/governance/2023-agm-minutes.md +++ b/docs/governance/2023-agm-minutes.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Annual General Meeting 2023 ## Minutes diff --git a/docs/governance/2024-agm-minutes.md b/docs/governance/2024-agm-minutes.md index 52c8444657..e190ca040a 100644 --- a/docs/governance/2024-agm-minutes.md +++ b/docs/governance/2024-agm-minutes.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Homebrew Annual General Meeting 2024 ## Opening diff --git a/docs/index.md b/docs/index.md index f5efc18b45..679b769d10 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Documentation ## Users diff --git a/docs/vale-styles/Homebrew/README.md b/docs/vale-styles/Homebrew/README.md index ce3e0c3ac7..1b087e5b53 100644 --- a/docs/vale-styles/Homebrew/README.md +++ b/docs/vale-styles/Homebrew/README.md @@ -1,3 +1,7 @@ +--- +last_review_date: "1970-01-01" +--- + # Vale Styles Based on Homebrew's [Prose Style Guidelines](http://docs.brew.sh/Prose-Style-Guidelines.html).