build/cmd/relnote
Dmitri Shuralyov f2cf9918e8 cmd/relnote: include closing dd tags in HTML output
In HTML5, closing dd tags are optional, meaning it is okay to either
include them or exclude them. For the purpose of writing the release
notes HTML file, which involves many people collaborating, it's less
costly to always include optional HTML tags.

This can eliminate the need for doing so manually, like in CL 217701,
CL 245979, and so on.

Change-Id: Idc16ea61e2b9624d1aa48543df2b913936993909
Reviewed-on: https://go-review.googlesource.com/c/build/+/260497
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-10-09 18:35:30 +00:00
..
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
relnote.go cmd/relnote: include closing dd tags in HTML output 2020-10-09 18:35:30 +00:00

README.md

GoDoc

golang.org/x/build/cmd/relnote

The relnote command summarizes the Go changes in Gerrit marked with RELNOTE annotations for the release notes.