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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/utils/config/definitions.js
Expand Up @@ -1624,7 +1624,7 @@
default: false,
type: Boolean,
description: `
Indicates that a provenance statement should be generated.
When you publish from a supported cloud CI/CD system, this will publicly establish where the package was built and published from.

Check failure on line 1627 in lib/utils/config/definitions.js

View workflow job for this annotation

GitHub Actions / Lint

This line has a length of 134. Maximum allowed is 100
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
When you publish from a supported cloud CI/CD system, this will publicly establish where the package was built and published from.
When you publish from a supported cloud CI/CD system, this will publicly
establish where the package was built and published from.

`,
flatten,
})
Expand Down