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

Update PR examples in release docs #6995

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/developer/release/3-update-version-in-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ The project must be updated to reference the upcoming release tag whenever a new
3. Create a PR to merge to main (must be merged before continuing).

- Release Candidate example PR [here](https://github.com/grafana/agent/pull/3065)
- Stable Release example PR [here](https://github.com/grafana/agent/pull/3119)
- Patch Release example PR [here](https://github.com/grafana/agent/pull/3191)
- Stable Release example PR [here](https://github.com/grafana/agent/pull/6993)
- Patch Release example PR [here](https://github.com/grafana/agent/pull/6944)

4. If it doesn't exist yet, create a branch from `release-VERSION_PREFIX` for [grafana/agent](https://github.com/grafana/agent).

Expand All @@ -53,6 +53,6 @@ The project must be updated to reference the upcoming release tag whenever a new
6. Create a PR to merge to `release-VERSION_PREFIX` (must be merged before continuing).

- Release Candidate example PR [here](https://github.com/grafana/agent/pull/3066)
- Stable Release example PR [here](https://github.com/grafana/agent/pull/3123)
- Patch Release example PR [here](https://github.com/grafana/agent/pull/3193)
- The `CHANGELOG.md` was updated in cherry-pick commits prior for this example. Make sure it is all set on this PR.
- Stable Release example PR [here](https://github.com/grafana/agent/pull/6994)
- Patch Release example PR [here](https://github.com/grafana/agent/pull/6945)
- This PR takes a shortcut by both changing the version and cherry-picking other required changes on the release branch.
Loading