Skip to content

Commit 445911a

Browse files
authored
chore(docs): update Bitbucket Options token doc (#8126)
1 parent c6c9d59 commit 445911a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changeset/lucky-otters-report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"app-builder-lib": patch
3+
"builder-util-runtime": patch
4+
---
5+
6+
chore(docs): update Bitbucket Options token doc

docs/configuration/publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Define <code>BITBUCKET_TOKEN</code> environment variable.</p>
257257
<ul>
258258
<li><strong><code id="BitbucketOptions-provider">provider</code></strong> “bitbucket” - The provider. Must be <code>bitbucket</code>.</li>
259259
<li><strong><code id="BitbucketOptions-owner">owner</code></strong> String - Repository owner</li>
260-
<li><code id="BitbucketOptions-token">token</code> String | “undefined” - The app password (account&gt;settings&gt;app-passwords) to support auto-update from private bitbucket repositories.</li>
260+
<li><code id="BitbucketOptions-token">token</code> String | “undefined” - The <a href="https://bitbucket.org/account/settings/app-passwords">app password</a> to support auto-update from private bitbucket repositories.</li>
261261
<li><code id="BitbucketOptions-username">username</code> String | “undefined” - The user name to support auto-update from private bitbucket repositories.</li>
262262
<li><strong><code id="BitbucketOptions-slug">slug</code></strong> String - Repository slug/name</li>
263263
<li><code id="BitbucketOptions-channel">channel</code> = <code>latest</code> String | “undefined” - The channel.</li>

packages/app-builder-lib/scheme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
]
374374
},
375375
"token": {
376-
"description": "The app password (account>settings>app-passwords) to support auto-update from private bitbucket repositories.",
376+
"description": "The [app password](https://bitbucket.org/account/settings/app-passwords) to support auto-update from private bitbucket repositories.",
377377
"type": [
378378
"null",
379379
"string"

packages/builder-util-runtime/src/publishOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export interface BitbucketOptions extends PublishConfiguration {
226226
readonly owner: string
227227

228228
/**
229-
* The app password (account>settings>app-passwords) to support auto-update from private bitbucket repositories.
229+
* The [app password](https://bitbucket.org/account/settings/app-passwords) to support auto-update from private bitbucket repositories.
230230
*/
231231
readonly token?: string | null
232232

0 commit comments

Comments
 (0)