From bf873783d20bfe170d442157c08d615c42fa80af Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 14 Feb 2019 09:13:00 +0000 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: MikeMcQuaid --- docs/New-Maintainer-Checklist.md | 4 ++-- docs/Releases.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/New-Maintainer-Checklist.md b/docs/New-Maintainer-Checklist.md index 0709b3a560..ebdd68d402 100644 --- a/docs/New-Maintainer-Checklist.md +++ b/docs/New-Maintainer-Checklist.md @@ -17,7 +17,7 @@ changes (e.g. version updates), triaging, fixing and debugging user-reported issues, or reviewing user pull requests. You should also be making contributions to Homebrew at least once per quarter. -You will should watch or regularly check Homebrew/brew and/or +You should watch or regularly check Homebrew/brew and/or Homebrew/homebrew-core. Let us know which (or both) so we can grant you commit access appropriately. @@ -68,7 +68,7 @@ If they are interested in doing system administration work or Homebrew/brew rele - Invite them to the [`homebrew-ops` private operations mailing list](https://lists.sfconservancy.org/mailman/admin/homebrew-ops/members/add). - Invite them to the [`homebrew` private 1Password](https://homebrew.1password.com/people). -If they are elected to of the Homebrew's [Software Freedom Conservancy](https://sfconservancy.org) Project Leadership Committee: +If they are elected to the Homebrew's [Software Freedom Conservancy](https://sfconservancy.org) Project Leadership Committee: - Email their name, email and employer to homebrew@sfconservancy.org - Make them [owners on the Homebrew GitHub organisation](https://github.com/orgs/Homebrew/people) diff --git a/docs/Releases.md b/docs/Releases.md index babdf92476..9f779b7a25 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -14,7 +14,7 @@ Homebrew release: branch you can create a new Git tag. Ideally this should be signed with your GPG key. This can then be pushed to GitHub. 3. Use `brew release-notes --markdown $PREVIOUS_TAG` to generate the release - notes for the release. [Create a new release on GitHub](https://github.com/Homebrew/brew/releases) + notes for the release. [Create a new release on GitHub](https://github.com/Homebrew/brew/releases/new) based on the new tag. If this is a major or minor release (e.g. X.0.0 or X.Y.0) then there are a few more steps: