-
Notifications
You must be signed in to change notification settings - Fork 18k
doc: do not embed style in release-note HTML files #33738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
CC @andybons |
Let's just do this instead of #33718 |
Change https://golang.org/cl/191217 mentions this issue: |
Updates #33738 Change-Id: If0856d7c57ecfde08341c1aecb5e92361fd64f2b Reviewed-on: https://go-review.googlesource.com/c/go/+/191217 Reviewed-by: Andrew Bonventre <[email protected]> Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
Change https://golang.org/cl/191747 mentions this issue: |
Change https://golang.org/cl/191748 mentions this issue: |
Updates #33738 Change-Id: If0856d7c57ecfde08341c1aecb5e92361fd64f2b Reviewed-on: https://go-review.googlesource.com/c/go/+/191217 Reviewed-by: Andrew Bonventre <[email protected]> Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> (cherry picked from commit cded9f4) Reviewed-on: https://go-review.googlesource.com/c/go/+/191748 Reviewed-by: Katie Hockman <[email protected]>
Updates #33738 Change-Id: If0856d7c57ecfde08341c1aecb5e92361fd64f2b Reviewed-on: https://go-review.googlesource.com/c/go/+/191217 Reviewed-by: Andrew Bonventre <[email protected]> Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> (cherry picked from commit cded9f4) Reviewed-on: https://go-review.googlesource.com/c/go/+/191747 Reviewed-by: Katie Hockman <[email protected]>
Updates golang#33738 Change-Id: If0856d7c57ecfde08341c1aecb5e92361fd64f2b Reviewed-on: https://go-review.googlesource.com/c/go/+/191217 Reviewed-by: Andrew Bonventre <[email protected]> Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
Updates golang#33738 Change-Id: If0856d7c57ecfde08341c1aecb5e92361fd64f2b Reviewed-on: https://go-review.googlesource.com/c/go/+/191217 Reviewed-by: Andrew Bonventre <[email protected]> Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
Change https://golang.org/cl/195058 mentions this issue: |
This skeleton follows the model of CL 174521, with additions from 'relnote -html'. Updates #33738 Updates #30439 Change-Id: I0f88ff7f231b7728dca0695143f2f2eda74d60c4 Reviewed-on: https://go-review.googlesource.com/c/go/+/195058 Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
Change https://golang.org/cl/220278 mentions this issue: |
Copied from go1.14.html, with changes redacted back to TODOs following the model of CL 195058. 'relnote -html' does not report any changes at this time. Updates #33738 Change-Id: I580232805ab7db35935f3e1ba03b720be4796a7e Reviewed-on: https://go-review.googlesource.com/c/go/+/220278 Reviewed-by: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
When styles are embedded in release note html files, it may also require you to do the same thing in the previous ones to keep the same style across all versions.
The embedded style in go1.6 html seems to cause #33718.
I think that it is better to try not to embed style in release note html files, and write it in stylesheet instead.
The text was updated successfully, but these errors were encountered: