Skip to content

Commit 09567d0

Browse files
crismangopherbot
authored andcommitted
cmd/releaseschedule: basic doc and README.md
"cmd/releaseschedule" had no docs and no direction on what to do with the output. Would be better to have links to the wiki page and basic information on what to do with the output. Helps with discoverability as well if someone searches for information that SVG. Add package doc with request to update wiki & links to wiki. Generate README.md with update-readmes.go. Fixes golang/go#59314 Change-Id: I35713392624d36309b9f59a8f2e4b05ae5d0d8d7 GitHub-Last-Rev: ad4058b GitHub-Pull-Request: #64 Reviewed-on: https://go-review.googlesource.com/c/build/+/480975 Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]>
1 parent 02e76da commit 09567d0

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

cmd/releaseschedule/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- Auto-generated by x/build/update-readmes.go -->
2+
3+
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/build/cmd/releaseschedule.svg)](https://pkg.go.dev/golang.org/x/build/cmd/releaseschedule)
4+
5+
# golang.org/x/build/cmd/releaseschedule
6+
7+
Releaseschedule generates the release schedule diagram used on the release schedule wiki.

cmd/releaseschedule/main.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// Releaseschedule generates the release schedule diagram used
2+
// on the release schedule wiki.
3+
//
4+
// When this program is updated, regenerate the SVG and replace the old version
5+
// on the Go Release Cycle wiki page
6+
//
7+
// https://go.dev/s/release
8+
// https://golang.org/wiki/Go-Release-Cycle
19
package main
210

311
import (

0 commit comments

Comments
 (0)