From c6e0bc40bd94df70237ffa6d94c74434170b380a Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 21 Feb 2026 07:08:31 -0600 Subject: [PATCH] Changeset feedback Signed-off-by: Andre Wanlin --- .changeset/sharp-ravens-shop.md | 2 +- .changeset/silly-shrimps-start.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/sharp-ravens-shop.md b/.changeset/sharp-ravens-shop.md index eb7486c490..55a8b0fe41 100644 --- a/.changeset/sharp-ravens-shop.md +++ b/.changeset/sharp-ravens-shop.md @@ -4,7 +4,7 @@ **BREAKING** Removed deprecated Azure DevOps, Bitbucket, Gerrit and GitHub code: -- For Azure Devops, the long deprecated `token` string and `credential` object have been removed from the `config.d.ts`. Use the `credentials` array object instead. +- For Azure DevOps, the long deprecated `token` string and `credential` object have been removed from the `config.d.ts`. Use the `credentials` array object instead. - For Bitbucket, the long deprecated `bitbucket` object has been removed from the `config.d.ts`. Use the `bitbucketCloud` or `bitbucketServer` objects instead. - For Gerrit, the `parseGerritGitilesUrl` function has been removed, use `parseGitilesUrlRef` instead. The `buildGerritGitilesArchiveUrl` function has also been removed, use `buildGerritGitilesArchiveUrlFromLocation` instead. - For GitHub, the `getGitHubRequestOptions` function has been removed. diff --git a/.changeset/silly-shrimps-start.md b/.changeset/silly-shrimps-start.md index b0777243b0..a6baac94b7 100644 --- a/.changeset/silly-shrimps-start.md +++ b/.changeset/silly-shrimps-start.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-scaffolder-node': patch +'@backstage/plugin-scaffolder-node': minor --- -Removed deprecated `bitbucket` integration from being used in the `parseRepoUrl` function. It will use the `bitbucketCloud` or `bitbucketServer` integrations instead. +**BREAKING** Removed deprecated `bitbucket` integration from being used in the `parseRepoUrl` function. It will use the `bitbucketCloud` or `bitbucketServer` integrations instead.