From 31214a6d9e9d4e973f5a5462543ea1d91d7bbf65 Mon Sep 17 00:00:00 2001 From: Philip Harrison Date: Wed, 19 Apr 2023 16:41:50 +0100 Subject: [PATCH] docs: Update description for publish --provenance flag (#6381) --- lib/utils/config/definitions.js | 3 ++- tap-snapshots/test/lib/docs.js.test.cjs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js index 4b9eb1f64cbbd..373989dbea0d5 100644 --- a/lib/utils/config/definitions.js +++ b/lib/utils/config/definitions.js @@ -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, }) diff --git a/tap-snapshots/test/lib/docs.js.test.cjs b/tap-snapshots/test/lib/docs.js.test.cjs index c55de507787d0..a6dc3d3189ac8 100644 --- a/tap-snapshots/test/lib/docs.js.test.cjs +++ b/tap-snapshots/test/lib/docs.js.test.cjs @@ -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\`