Add deprecation notice to deprecated publisher

Signed-off-by: Tejas Kumar <tejask@spotify.com>
This commit is contained in:
Tejas Kumar
2021-05-18 17:30:56 +02:00
parent ce0872c455
commit 0907e3c54f
@@ -29,6 +29,7 @@ import path from 'path';
export type RepoVisibilityOptions = 'private' | 'internal' | 'public';
/** @deprecated */
export class GithubPublisher implements PublisherBase {
static async fromConfig(
config: GitHubIntegrationConfig,