aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2024-04-26 14:47:37 -0400
committerJonathan Amsterdam <jba@google.com>2024-04-26 21:24:36 +0000
commit0e7f5cf30ba43f4d388803642b4173e5af20e761 (patch)
treea1bc1a6ebb74c26d8f45c4c50fd13f43c8988ec5
parentb384ee7cebe1b386e324dcca2c93beb96ea31c9e (diff)
downloadgo-0e7f5cf30ba43f4d388803642b4173e5af20e761.tar.gz
go-0e7f5cf30ba43f4d388803642b4173e5af20e761.zip
doc/README.md: discourage RELNOTE in CLs
Release notes should always be files under doc/next. Make it clear that this is the only way to add them: RELNOTE markers in CLs are no longer supported. Change-Id: I34d77eb876f57b84ecdc7e5ecbf3eb5c91e6fed8 Reviewed-on: https://go-review.googlesource.com/c/go/+/582075 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Bypass: Jonathan Amsterdam <jba@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 666e0966c9..c2b320711f 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -4,7 +4,9 @@ The `initial` and `next` subdirectories of this directory are for release notes.
## For developers
-Release notes should be added to `next` by editing existing files or creating new files.
+Release notes should be added to `next` by editing existing files or creating
+new files. **Do not add RELNOTE=yes comments in CLs.** Instead, add a file to
+the CL (or ask the author to do so).
At the end of the development cycle, the files will be merged by being
concatenated in sorted order by pathname. Files in the directory matching the