Skip to content

Commit

Permalink
docs: Update description for publish --provenance flag (#6381)
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz authored Apr 19, 2023
1 parent fae5e00 commit 31214a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/utils/config/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,8 @@ define('provenance', {
default: false,
type: Boolean,
description: `
Indicates that a provenance statement should be generated.
When publishing from a supported cloud CI/CD system, the package will be
publicly linked to where it was built and published from.
`,
flatten,
})
Expand Down
3 changes: 2 additions & 1 deletion tap-snapshots/test/lib/docs.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,8 @@ Set to \`false\` to suppress the progress bar.
* Default: false
* Type: Boolean
Indicates that a provenance statement should be generated.
When publishing from a supported cloud CI/CD system, the package will be
publicly linked to where it was built and published from.
#### \`proxy\`
Expand Down

0 comments on commit 31214a6

Please sign in to comment.