From 5f3620ca369dc1c8a8ddcdd023e048f09e06159c Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Mon, 8 Jan 2024 16:57:34 -0800 Subject: [PATCH] docs(monorepo): clarify which PR to edit when modifying changelog entry (#8573) ## Summary Clarify that you need to edit the body of the pull request for the changelog entry you want to modify. --- documentation/monorepo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/monorepo.md b/documentation/monorepo.md index cc9b107cd6a..7ee9b5d6d2e 100644 --- a/documentation/monorepo.md +++ b/documentation/monorepo.md @@ -137,7 +137,7 @@ Lerna generates a changelog section for each `next` version. Before `latest` rel To update a changelog entry, you must: 1. Edit the entry in the `CHANGELOG.md` file and create a PR -2. If the entry was in a `next` version section, edit the `release-please` PR following their [documented steps](https://github.com/googleapis/release-please#how-can-i-fix-release-notes) +2. If the entry was in a `next` version section, edit the merged PR's body following the [steps documented by `release-please`](https://github.com/googleapis/release-please#how-can-i-fix-release-notes) ### CI