Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
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
Russ Cox fcbf1e9604 relnote: only show output for current release cycle
Change-Id: I808d5c772a3a1a9c90dc0dbaba777708113262ef
Reviewed-on: https://go-review.googlesource.com/82096
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-01-04 16:53:25 +00:00
Brad Fitzpatrick 73f88a6d4c all: add README.md files where missing, and tool to keep them updated
Change-Id: I385171c415bf168c04c6c3a7a996bff88964af84
Reviewed-on: https://go-review.googlesource.com/52856
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2017-08-02 22:17:52 +00:00
Brad Fitzpatrick 433d02824b cmd/relnote: ignore unmerged CLs
Change-Id: Ie76e8c11663b0092bae5f842d40e81b964e767d0
Reviewed-on: https://go-review.googlesource.com/45781
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Run-TryBot: Matt Layher <mdlayher@gmail.com>
2017-06-14 22:19:35 +00:00
Brad Fitzpatrick b5a146f37c cmd/relnote: add HTML output and delta-from-last-HTML support
Updates golang/go#20587

Change-Id: Ie4ba1a4c31d363310b654bb6dff5080b0528cb32
Reviewed-on: https://go-review.googlesource.com/45011
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-06-06 21:14:51 +00:00
Brad Fitzpatrick 6cbbc637ae cmd/relnote: basic tool to summarize release notes from Gerrit
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>
2017-06-05 18:19:04 +00:00