Skip to content

Commit 7599cf5

Browse files
Update format_version.md (#2867)
Adjust to be consistent with advice from elsewhere: > It is actually recommended to use the minimum spec version that support all the features that the package needs.
1 parent 0c27f7c commit 7599cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howto/format_version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ configuration overrides in the Kibana repository.
4141

4242
## What format version to choose for a package?
4343

44-
The general rule of thumb is to use the latest version that enables everything
45-
that is required for a package.
44+
The general rule of thumb is to use the earliest version after 3.0 that enables
45+
everything that is required for a package.
4646

4747
The safest option, to support a broader range of stack versions, and a greater
4848
number of features, would be to use 3.0.4. If you need some newer feature, you

0 commit comments

Comments
 (0)