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>
It'll need to be expanded later to let the caller specify which
release, but the lack of flags works for now since we just started
using RELNOTE annotations.
Change-Id: I2a7d7cde050fe50e53010cbe6358ad1887618725
Reviewed-on: https://go-review.googlesource.com/44814
Reviewed-by: Ian Lance Taylor <iant@golang.org>