Skip to content

Commit c8f524c

Browse files
committed
chore: Move sentences to individual lines
1 parent 0b14747 commit c8f524c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/ROOT/partials/release-notes/release-25.7.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Here are the headings you can use for the next release. Saves time checking indentation levels.
2-
// Take a look at release 24.11 to see how to structure patch releases.
3-
41
== Release 25.7
52

63
=== 25.7.0
@@ -438,7 +435,8 @@ release "commons-operator" uninstalled
438435
----
439436

440437
Afterward you will need to upgrade the CustomResourceDefinitions (CRDs) installed by the Stackable Platform.
441-
The reason for this is that helm will uninstall the operators but not the CRDs. This can be done using `kubectl replace`.
438+
The reason for this is that helm will uninstall the operators but not the CRDs.
439+
This can be done using `kubectl replace`.
442440

443441
[IMPORTANT]
444442
====
@@ -480,7 +478,8 @@ customresourcedefinition.apiextensions.k8s.io "s3connections.s3.stackable.tech"
480478

481479
Install the `25.7` release
482480

483-
NOTE: `helm repo` subcommands are not supported for OCI registries. The operators are installed directly, without adding the Helm Chart repository first.
481+
NOTE: `helm repo` subcommands are not supported for OCI registries.
482+
The operators are installed directly, without adding the Helm Chart repository first.
484483

485484
[source,console]
486485
----

0 commit comments

Comments
 (0)