-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Brew upgrade instructions (#6998)
- Loading branch information
Showing
4 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Update Homebrew | ||
|
||
After a stable or patch release is created, a bot will automatically create a PR in the [homebrew-grafana][] repository. | ||
The PR will bump the version of Agent in Agent's Brew formula. | ||
|
||
There will only be one PR for each release, and it will be for `grafana-agent-flow`. | ||
There is no Brew formula for `grafana-agent`. | ||
|
||
## Steps | ||
|
||
1. Navigate to the [homebrew-grafana][] repository. | ||
|
||
2. Find the PR which bumps the Agent formula to the release that was just published. It will look like [this one][example-pr]. | ||
|
||
3. Merge the PR. | ||
|
||
[homebrew-grafana]: https://github.com/grafana/homebrew-grafana | ||
[example-pr]: https://github.com/grafana/homebrew-grafana/pull/87 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters