style: update changeset format

Signed-off-by: Andy LADJADJ <andy.ladjadj@adevinta.com>
This commit is contained in:
Andy LADJADJ
2025-03-24 15:28:55 +01:00
parent f56ee49904
commit aab955ddc7
+7 -2
View File
@@ -4,6 +4,11 @@
Implement Edit URL feature for Gerrit 3.9+. Enabled by default due to 3.8 EOL
Details: - The Edit URL feature allows for direct editing of files in Gerrit through a specific URL pattern. - URL pattern: `^\/admin\/repos\/edit\/repo\/(.+)\/branch\/(.+)\/file\/(.+)$`
Details:
Caution: - To turn off this functionality, you can add the configuration `disableEditUrl: true` in the Gerrit integration section of your settings
- The Edit URL feature allows for direct editing of files in Gerrit through a specific URL pattern.
- URL pattern: `^\/admin\/repos\/edit\/repo\/(.+)\/branch\/(.+)\/file\/(.+)$`
Caution:
- To turn off this functionality, you can add the configuration `disableEditUrl: true` in the Gerrit integration section of your settings