Skip to content

Commit 614f228

Browse files
dmitshurgopherbot
authored andcommitted
doc/initial, doc/next: add draft notice to introduction
Go release notes always start out as a draft with a clear notice. That notice is removed when the final release (go1.N.0) is made. For example, the last time was in CL 562255. Add this to the Go 1.23 draft and to the future fragment template. Also switch to the main pkg.go.dev instance and use a relative issue link in 3-tools.md while here. For #64169. For #65614. Change-Id: I16bc0fa8a3a43ee7a9edd7fa253999041f1892e2 Reviewed-on: https://go-review.googlesource.com/c/go/+/587415 Reviewed-by: Jonathan Amsterdam <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Bypass: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent cc673d2 commit 614f228

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

doc/initial/1-intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ set fixed-width phrases with non-fixed-width spaces, as in
88
main ul li { margin: 0.5em 0; }
99
</style>
1010

11-
## Introduction to Go 1.XX {#introduction}
11+
## DRAFT RELEASE NOTES — Introduction to Go 1.N {#introduction}
1212

13+
**Go 1.N is not yet released. These are work-in-progress release notes.
14+
Go 1.N is expected to be released in {Month} {Year}.**

doc/next/1-intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ set fixed-width phrases with non-fixed-width spaces, as in
88
main ul li { margin: 0.5em 0; }
99
</style>
1010

11-
## Introduction to Go 1.23 {#introduction}
11+
## DRAFT RELEASE NOTES — Introduction to Go 1.23 {#introduction}
1212

13+
**Go 1.23 is not yet released. These are work-in-progress release notes.
14+
Go 1.23 is expected to be released in August 2024.**

doc/next/3-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Go command {#go-command}
44

55
Setting the `GOROOT_FINAL` environment variable no longer has an effect
6-
([#62047](https://go.dev/issue/62047)).
6+
([#62047](/issue/62047)).
77
Distributions that install the `go` command to a location other than
88
`$GOROOT/bin/go` should install a symlink instead of relocating
99
or copying the `go` binary.
@@ -15,7 +15,7 @@ that would be obtained in an empty environment with no prior uses of the `-w` fl
1515
### Vet {#vet}
1616

1717
The `go vet` subcommand now includes the
18-
[stdversion](https://beta.pkg.go.dev/golang.org/x/tools/go/analysis/passes/stdversion)
18+
[stdversion](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/stdversion)
1919
analyzer, which flags references to symbols that are too new for the version
2020
of Go in effect in the referring file. (The effective version is determined
2121
by the `go` directive in the file's enclosing `go.mod` file, and

0 commit comments

Comments
 (0)