Skip to content

Commit ed6d739

Browse files
dmitshurgopherbot
authored andcommitted
_content/doc: add go1.24.md placeholder
Add this file now so that it's possible to preview the latest release notes draft at https://tip.golang.org/doc/go1.24, and to include that link in the tracking issue. Based on CL 588057 that did this for 1.23. For golang/go#68545. Change-Id: I07f30023d23ec027927f7417ebece4110f221efa Reviewed-on: https://go-review.googlesource.com/c/website/+/600179 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 935bc0b commit ed6d739

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

_content/doc/go1.24.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Go 1.24 Release Notes
3+
template: true
4+
---
5+
6+
{{/*
7+
This is a placeholder template that makes it possible to preview
8+
Go 1.24 release notes draft at https://tip.golang.org/doc/go1.24.
9+
Eventually the release note fragments in doc/next will be merged
10+
and added here, replacing the "docNext" function call.
11+
*/}}
12+
13+
{{with docNext}}{{.}}{{else}}No next release note fragments available.{{end}}

0 commit comments

Comments
 (0)