]> Cypherpunks repositories - gostls13.git/commitdiff
doc: initialize next directory for Go 1.24
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 22 Jul 2024 16:44:49 +0000 (12:44 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 22 Jul 2024 17:55:04 +0000 (17:55 +0000)
Following the "For the release team" steps in README:

cd doc
cp -R initial/ next
$EDITOR next/1-intro.md

Dropped '*' from the cp -R command to avoid needing to
create an empty next directory with a separate command.

For #68545.
For #67586.

Change-Id: I25215bc35a043e0f26d4a86ffe66eb3c26348fef
Reviewed-on: https://go-review.googlesource.com/c/go/+/600177
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
doc/README.md
doc/next/1-intro.md [new file with mode: 0644]
doc/next/2-language.md [new file with mode: 0644]
doc/next/3-tools.md [new file with mode: 0644]
doc/next/4-runtime.md [new file with mode: 0644]
doc/next/5-toolchain.md [new file with mode: 0644]
doc/next/6-stdlib/0-heading.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/0-heading.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/README [new file with mode: 0644]
doc/next/7-ports.md [new file with mode: 0644]

index b0d99456da62453934cce14f0ae65dcf0f32cba8..b7aefc8d2c1e7badc95666dbdc0f3efab9364f0d 100644 (file)
@@ -70,6 +70,6 @@ To begin the next release development cycle, populate the contents of `next`
 with those of `initial`. From the repo root:
 
     > cd doc
-    > cp -r initial/* next
+    > cp -R initial/ next
 
 Then edit `next/1-intro.md` to refer to the next version.
diff --git a/doc/next/1-intro.md b/doc/next/1-intro.md
new file mode 100644 (file)
index 0000000..3f6dc9f
--- /dev/null
@@ -0,0 +1,14 @@
+<!--
+NOTE: In this document and others in this directory, the convention is to
+set fixed-width phrases with non-fixed-width spaces, as in
+`hello` `world`.
+-->
+
+<style>
+  main ul li { margin: 0.5em 0; }
+</style>
+
+## DRAFT RELEASE NOTES — Introduction to Go 1.24 {#introduction}
+
+**Go 1.24 is not yet released. These are work-in-progress release notes.
+Go 1.24 is expected to be released in February 2025.**
diff --git a/doc/next/2-language.md b/doc/next/2-language.md
new file mode 100644 (file)
index 0000000..61030bd
--- /dev/null
@@ -0,0 +1,3 @@
+## Changes to the language {#language}
+
+
diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md
new file mode 100644 (file)
index 0000000..5638f24
--- /dev/null
@@ -0,0 +1,6 @@
+## Tools {#tools}
+
+### Go command {#go-command}
+
+### Cgo {#cgo}
+
diff --git a/doc/next/4-runtime.md b/doc/next/4-runtime.md
new file mode 100644 (file)
index 0000000..1f8e445
--- /dev/null
@@ -0,0 +1 @@
+## Runtime {#runtime}
diff --git a/doc/next/5-toolchain.md b/doc/next/5-toolchain.md
new file mode 100644 (file)
index 0000000..0f4a816
--- /dev/null
@@ -0,0 +1,7 @@
+## Compiler {#compiler}
+
+## Assembler {#assembler}
+
+## Linker {#linker}
+
+
diff --git a/doc/next/6-stdlib/0-heading.md b/doc/next/6-stdlib/0-heading.md
new file mode 100644 (file)
index 0000000..a992170
--- /dev/null
@@ -0,0 +1,2 @@
+## Standard library {#library}
+
diff --git a/doc/next/6-stdlib/99-minor/0-heading.md b/doc/next/6-stdlib/99-minor/0-heading.md
new file mode 100644 (file)
index 0000000..a98105e
--- /dev/null
@@ -0,0 +1,3 @@
+### Minor changes to the library {#minor_library_changes}
+
+
diff --git a/doc/next/6-stdlib/99-minor/README b/doc/next/6-stdlib/99-minor/README
new file mode 100644 (file)
index 0000000..fac778d
--- /dev/null
@@ -0,0 +1 @@
+API changes and other small changes to the standard library go here.
diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md
new file mode 100644 (file)
index 0000000..8bea3f8
--- /dev/null
@@ -0,0 +1,2 @@
+## Ports {#ports}
+