Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update description for publish --provenance flag #6381

Merged
merged 2 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably we don't want to end sentences with a preposition?

`,
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