Skip to content

Commit

Permalink
CodeReview.md: remove RELNOTE=
Browse files Browse the repository at this point in the history
Remove the description of the RELNOTE= CL directive.
It is no longer supported.

Change-Id: Id96f44ce98ae056cbe78398c494ead76461635bf
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/581723
Commit-Queue: Jonathan Amsterdam <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
jba committed Apr 27, 2024
1 parent 3ebcf0b commit f97b759
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CodeReview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ There are several terms code reviews may use that you should become familiar wit
# CL Directives

* `R=foo` — assign a reviewer within the [Go CL dashboard](https://swtch.com/godash/)
* `RELNOTE=yes` or `RELNOTE=<subject>` — tag for release notes; scraped by the [relnote](https://golang.org/x/build/cmd/relnote) tool
* `DO NOT SUBMIT` (in the commit message) — block submission; see the "Work in progress" section below
* `Updates #1234` or `Fixes #1234` (in the commit message) — link the CL from the GitHub issue and optionally close the issue after the CL is merged

Expand Down

0 comments on commit f97b759

Please sign in to comment.