diff --git a/.changeset/pretty-plants-hammer.md b/.changeset/pretty-plants-hammer.md index 7cce64d19a..c070f769c4 100644 --- a/.changeset/pretty-plants-hammer.md +++ b/.changeset/pretty-plants-hammer.md @@ -2,5 +2,4 @@ '@backstage/integration-react': minor --- -Add ScmAuth provider for Bitbucket Server that uses correct OAuth scopes by default. -Also allows for overriding the default OAuth scopes. +Added new ScmAuth method `forBitbucketServer` that uses correct OAuth scopes by default. Also updated `forBitbucket` method to allow overriding the default OAuth scopes.