diff --git a/.changeset/ten-spies-explode.md b/.changeset/ten-spies-explode.md index efbddef1be..53a37fbd74 100644 --- a/.changeset/ten-spies-explode.md +++ b/.changeset/ten-spies-explode.md @@ -2,13 +2,6 @@ '@backstage/integration': minor --- -Implement Edit URL feature for Gerrit 3.9+. Enabled by default due to 3.8 EOL +Implement Edit URL feature for Gerrit 3.9+. -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\/(.+)$` - -Caution: - -- To turn off this functionality, you can add the configuration `disableEditUrl: true` in the Gerrit integration section of your settings +It's possible to disable the edit url by adding the `disableEditUrl: true` config in the Gerrit integration.