Skip to content

Commit 988adc1

Browse files
committed
update plugins/notice
1 parent 2d51910 commit 988adc1

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/plugins/notice/index.ts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,10 @@ function noticePlugin(_client: APIClient, clientOptions: Options): void {
88

99
if (!notice) return
1010

11-
console.log(
12-
`\x1b[43m\x1b[30m %s \x1b[0m\x1b[33m %s \x1b[0m`,
13-
`BITBUCKET CLOUD API CHANGING NOTICE:`,
14-
`https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr`
15-
)
16-
1711
console.log(
1812
'\x1b[46m\x1b[30m %s \x1b[0m\x1b[36m %s \x1b[0m',
19-
`BITBUCKET CLOUD API MIGRATION GUIDE:`,
20-
`https://developer.atlassian.com/cloud/bitbucket/bbc-gdpr-api-migration-guide`
21-
)
22-
23-
console.log(
24-
'\x1b[45m\x1b[30m %s \x1b[0m\x1b[35m %s \x1b[0m',
25-
`BITBUCKET CLOUD API REPO URL CHANGE:`,
26-
`https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-workspaces`
13+
`BITBUCKET CLOUD API LATEST UPDATES:`,
14+
`https://developer.atlassian.com/cloud/bitbucket`
2715
)
2816
}
2917

0 commit comments

Comments
 (0)