Skip to content

Commit

Permalink
Update links to example PRs (#6989)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev authored Sep 6, 2024
1 parent d0ed015 commit f6f51fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/release/3-update-version-in-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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)
- Release Candidate example PR [here](https://github.com/grafana/agent/pull/6987)
- Stable Release example PR [here](https://github.com/grafana/agent/pull/6993)
- Patch Release example PR [here](https://github.com/grafana/agent/pull/6944)

Expand All @@ -52,7 +52,7 @@ 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)
- Release Candidate example PR [here](https://github.com/grafana/agent/pull/6988)
- 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.

0 comments on commit f6f51fc

Please sign in to comment.