From b1744f1153b33dd78dac5084f135f182ee221720 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 21 Feb 2022 16:13:07 +0100 Subject: [PATCH] chore: added changeset Signed-off-by: blam --- .changeset/poor-pens-complain.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/poor-pens-complain.md diff --git a/.changeset/poor-pens-complain.md b/.changeset/poor-pens-complain.md new file mode 100644 index 0000000000..333ec208ee --- /dev/null +++ b/.changeset/poor-pens-complain.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +- **DEPRECATED** - `OctokitProvider` has been deprecated and will be removed in upcoming versions + This helper doesn't make sense to be export from the `plugin-scaffolder-backend` and possibly will be moved into the `integrations` package at a later date. + All implementations have been moved over to a private implementation called `getOctokitOptions` which is then passed to the `Octokit` constructor. If you're using this API you should consider duplicating the logic that lives in `getOctokitOptions` and move away from the deprecated export.