From e60676126079c5acd63e3f5cdda5b2d96c92608d Mon Sep 17 00:00:00 2001 From: Tejas Kumar Date: Tue, 18 May 2021 17:33:21 +0200 Subject: [PATCH] Clarify deprecation notice Signed-off-by: Tejas Kumar --- .../scaffolder-backend/src/scaffolder/stages/publish/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts b/plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts index 1bb04904f0..2647284698 100644 --- a/plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts +++ b/plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts @@ -29,7 +29,7 @@ import path from 'path'; export type RepoVisibilityOptions = 'private' | 'internal' | 'public'; -/** @deprecated */ +/** @deprecated use createPublishGithubAction instead */ export class GithubPublisher implements PublisherBase { static async fromConfig( config: GitHubIntegrationConfig,