Skip to content

Commit acfa66f

Browse files
authored
Drop punctuation at end of list item, small rewrite
1 parent 0e36659 commit acfa66f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/usage/release-notes-for-major-versions.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After updating your Renovate Docker image to the new v39 release, you must:
3232
On top of the changes listed above, the `-full` image now:
3333

3434
- Uses Python 3.13
35-
- Defaults to [`binarySource=global`](https://docs.renovatebot.com/self-hosted-configuration/#binarysource) (note: this was previously the case in v36 onwards but regressed sometime in v38).
35+
- Defaults to [`binarySource=global`](https://docs.renovatebot.com/self-hosted-configuration/#binarysource) (note: this was previously the case in v36 onwards but regressed sometime in v38)
3636

3737
If you want to keep the old behavior, where Renovate dynamically installs the needed tools: set the environment variable `RENOVATE_BINARY_SOURCE` to `"install"`.
3838

@@ -49,9 +49,10 @@ If you want to allow squash merges on your GitHub repository, follow the steps i
4949

5050
#### Branch names with multiple slashes
5151

52-
Branch names with multiple forward slashes (`/`) will change if `branchNameStrict=true`.
53-
Previously there were cases where special characters could still enter branch names despite `branchNameStrict=true` being set.
54-
This has now been corrected, which can result in some branch name changes because any forward slashes will be converted to hyphens.
52+
If you set `branchNameStrict=true`, then branch names with multiple forward slashes (`/`) will change.
53+
54+
The problem was that even if you set `branchNameStrict=true`, in some cases special characters could still end up in Renovate's branch names.
55+
We fixed this problem, by letting Renovate convert multiple forward slashes (`/`) to hyphens (`-`) in its branch names, if `branchNameStrict=true`.
5556

5657
### Commentary for 39
5758

@@ -61,11 +62,11 @@ Renovate has changed its GitHub merge preference to "squash" because this way re
6162

6263
Read the [GitHub Docs, Signature verification for rebase and merge](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification#signature-verification-for-rebase-and-merge) to learn more about commit signing.
6364

64-
6565
#### Why we change branch names with multiple slashes
6666

67-
Branches with slashes are undesirable and this was a bug.
68-
We are changing it in a major release out of politeness so that you know to expect some branch name changes if you have `branchNameStrict` enabled.
67+
Branches with mutiple slashes (`/`) are not wanted, this was a bug.
68+
We are changing it in a major release out of politeness to all our users.
69+
If you enabled `branchNameStrict`, you can expect some branch names to change.
6970

7071
### Link to release notes for 39
7172

0 commit comments

Comments
 (0)