Skip to content

Commit 31214a6

Browse files
authoredApr 19, 2023
docs: Update description for publish --provenance flag (#6381)
1 parent fae5e00 commit 31214a6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎lib/utils/config/definitions.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,8 @@ define('provenance', {
16241624
default: false,
16251625
type: Boolean,
16261626
description: `
1627-
Indicates that a provenance statement should be generated.
1627+
When publishing from a supported cloud CI/CD system, the package will be
1628+
publicly linked to where it was built and published from.
16281629
`,
16291630
flatten,
16301631
})

‎tap-snapshots/test/lib/docs.js.test.cjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,8 @@ Set to \`false\` to suppress the progress bar.
10531053
* Default: false
10541054
* Type: Boolean
10551055
1056-
Indicates that a provenance statement should be generated.
1056+
When publishing from a supported cloud CI/CD system, the package will be
1057+
publicly linked to where it was built and published from.
10571058
10581059
#### \`proxy\`
10591060

0 commit comments

Comments
 (0)
Please sign in to comment.