[docs-only] Clarify introduction version when adding an envvar to an existing one

This commit is contained in:
Martin Mattel
2024-09-13 10:44:35 +02:00
parent d21bd7e903
commit 22474f7693

View File

@@ -58,6 +58,10 @@ For the documentation to show the correct value for the `IV` (introduction versi
During the releasing process for a production release, the placeholder `%%NEXT%%` has to be replaced with the new production version number like `%%NEXT%%``7.0.0`.
### Adding Envvars to Existing Ones
If an envvar has been introduced with a particular version, the `introductionVersion` gets a value accordingly. If an additional envvar like a global one is added to this existing envvar later on, the introduction version will *not* be changed.
### Deprecate Existing Envvars
See the [deprecation rules]({{< ref "./deprecating-variables.md" >}}) documentation for more details.