Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display old and new version numbers when updating Homebrew #13144

Merged
merged 1 commit into from Apr 15, 2022

Conversation

apainintheneck
Copy link
Contributor

@apainintheneck apainintheneck commented Apr 13, 2022

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew typecheck with your changes locally?
  • Have you successfully run brew tests with your changes locally?

This outputs the old and new version numbers along with the version hashes when they are different otherwise it outputs the old message. This was first proposed in issue #12760.

$ brew update    
Updated Homebrew from 3.3.9 (db648bcde) to 3.3.11 (249b0439e).
...
==> Homebrew was updated to version 3.3.11
The changelog can be found at:
  https://github.com/Homebrew/brew/releases/tag/3.3.11

Closes #12760

@MikeMcQuaid MikeMcQuaid merged commit 589c136 into Homebrew:master Apr 15, 2022
@MikeMcQuaid
Copy link
Member

Thanks so much for your first contribution to Homebrew/brew! Without people like you submitting PRs we couldn't run this project. You rock, @apainintheneck!

@apainintheneck apainintheneck deleted the update-msg branch May 3, 2022 07:24
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 3, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

brew update: show old version in update messages
2 participants