Skip to content

Commit 4689f58

Browse files
author
Arko Dasgupta
committed
add a newer PR reference in rc release docs
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
1 parent 4cb4547 commit 4689f58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/content/en/latest/contributions/RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export GITHUB_REMOTE=origin
4444
git push ${GITHUB_REMOTE} release/v${MAJOR_VERSION}.${MINOR_VERSION}
4545
```
4646

47-
7. Create a topic branch for updating the Envoy proxy image to the tag supported by the release. Reference [PR #958][]
47+
7. Create a topic branch for updating the Envoy proxy image and Envoy Ratelimit image to the tag supported by the release. Reference [PR #2098][]
4848
for additional details on updating the image tag.
4949
8. Sign, commit, and push your changes to your fork.
5050
9. Submit a [Pull Request][] to merge the changes into the `release/v${MAJOR_VERSION}.${MINOR_VERSION}` branch. Do not
@@ -247,6 +247,6 @@ It's important that the world knows about the release. Use the following steps t
247247
[release]: https://github.com/envoyproxy/gateway/releases
248248
[Generate]: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
249249
[PR #635]: https://github.com/envoyproxy/gateway/pull/635
250-
[PR #958]: https://github.com/envoyproxy/gateway/pull/958
250+
[PR #2098]: https://github.com/envoyproxy/gateway/pull/2098
251251
[PR #1002]: https://github.com/envoyproxy/gateway/pull/1002
252252
[VERSION]: https://github.com/envoyproxy/gateway/blob/main/VERSION

0 commit comments

Comments
 (0)