Skip to content

Commit 7a6ccb4

Browse files
authored
Update release-new-version.md
1 parent ef20233 commit 7a6ccb4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/contribute/release-new-version.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@ If you're releasing a version older than the current `base`, or restoring suppor
3232

3333
This file maps legacy URL paths (like `en/elasticsearch/reference/`) to the list of versions that exist at that path.
3434

35-
For example, to release a new 8.19 version of the Elastic Stack:
35+
For example, to release the 8.19 version of the Elastic Stack, update the `stack` versions array to include the new version number:
3636

37-
```diff
38-
- stack: &stack [ '9.0+', '8.18', '8.17', '8.16', '8.15', '8.14', '8.13', '8.12', '8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '7.17' ]
39-
+ stack: &stack [ '9.0+', '8.19', '8.18', '8.17', '8.16', '8.15', '8.14', '8.13', '8.12', '8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '7.17' ]
37+
```yml
38+
- stack: &stack [ '9.0+', '8.19', '8.18', '8.17', ... ]
4039
```
4140

41+
:::{important}
42+
The first version in the `mappings` list is treated as the "current" version in documentation version dropdown.
43+
:::
44+
4245
See [`legacy-url-mappings.yml`](../configure/site/legacy-url-mappings.md) for more information.
4346

4447
::::
@@ -56,4 +59,4 @@ Cumulative documentation relies on version metadata through `applies_to` blocks,
5659

5760
Check the built output to ensure `applies_to` changes are correctly rendering.
5861

59-
::::
62+
::::

0 commit comments

Comments
 (0)