-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
ponyc 0.11.0 #10899
ponyc 0.11.0 #10899
Conversation
@SeanTAllen Thank you for keeping this formula up to date! |
@neutric I take it the process has changed as this was closed without committing? I'd like to update our release docs to indicate when we can know that the homebrew side of things is finished. How would we verify the "release is done"? |
@ilovezfs so, how do we know this has been done? should i update our docs to say "when the issue is closed and you've been thanked for keeping the formula up to date"? |
Well, it's possible you may receive an emoji such as 🙇♂️ or 🎉 so that might not be accurate in all cases. |
@ilovezfs Thanks for filling in for me! @SeanTAllen I am not sure I understand the problem as the process was exactly how it has been the last couple of times. How about referring to the formula itself in your docs? If it shows the new version, all is good to go. |
@neutric We, the Pony core team, are the ones opening the PRs for Homebrew. We don't announce our releases until the Homebrew PR is merged. Our current instructions say to wait for the PR to be merged, however, it appears at some point your process changed and the PR itself it no longer merged. I want to update our instructions accordingly, however, I'm not sure what the best way to know that the PR has been accepted. PR closed itself doesn't seem indicative of PR accepted. |
@SeanTAllen Thanks for the explanation! I haven't been a maintainer for long, so I can't shed light on why PRs that require new |
@neutric yes. so there should be some variation on a "thank you!" or "PR accepted" message even though the PR was closed, yes? |
That is correct, except for those cases where this message gets forgotten. What is always there is the commit that is closing the PR:
I just had a look at what I think is the doc you are referring to. If you fear there is a risk for your team members to misinterpret what happened in the PR because it has the "closed" icon instead of the "merged" icon despite of the timeline showing a commit right before the closing event that brings the |
You can also operationalize that by telling them to check the version of
|
Thanks @ilovezfs. Updating our documentation. Y'all rock! |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?