Skip to content

Commit 6c24dc0

Browse files
authored
[DOCS] Adds placeholder for 7.1.0 release notes (#42024)
1 parent 16e3ea3 commit 6c24dc0

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-7.1.0>>
910
* <<release-notes-7.0.1>>
1011
* <<release-notes-7.0.0>>
1112
* <<release-notes-7.0.0-rc2>>
@@ -16,6 +17,7 @@ This section summarizes the changes in each release.
1617

1718
--
1819

20+
include::release-notes/7.1.0.asciidoc[]
1921
include::release-notes/7.0.asciidoc[]
2022
include::release-notes/7.0.0-rc2.asciidoc[]
2123
include::release-notes/7.0.0-rc1.asciidoc[]
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
////
2+
// To add a release, copy and paste the following text, uncomment the relevant
3+
// sections, and add a link to the new section in the list of releases in
4+
// ../release-notes.asciidoc. Note that release subheads must be floated and
5+
// sections cannot be empty.
6+
// TEMPLATE
7+
8+
// [[release-notes-n.n.n]]
9+
// == {es} version n.n.n
10+
11+
// coming[n.n.n]
12+
13+
// Also see <<breaking-changes-n.n>>.
14+
15+
// [float]
16+
// [[breaking-n.n.n]]
17+
// === Breaking Changes
18+
19+
// [float]
20+
// [[breaking-java-n.n.n]]
21+
// === Breaking Java Changes
22+
23+
// [float]
24+
// [[deprecation-n.n.n]]
25+
// === Deprecations
26+
27+
// [float]
28+
// [[feature-n.n.n]]
29+
// === New Features
30+
31+
// [float]
32+
// [[enhancement-n.n.n]]
33+
// === Enhancements
34+
35+
// [float]
36+
// [[bug-n.n.n]]
37+
// === Bug Fixes
38+
39+
// [float]
40+
// [[regression-n.n.n]]
41+
// === Regressions
42+
43+
// [float]
44+
// === Known Issues
45+
////
46+
47+
[[release-notes-7.1.0]]
48+
== {es} version 7.1.0
49+
50+
Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
51+
52+
coming[7.1.0]

0 commit comments

Comments
 (0)