Skip to content

Commit 76dcf6b

Browse files
authored
docs: update note to mention yarn v4.9.0 supporting provenance (#1546)
As of today, Yarn released [v4.9.0](https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg%2Fcli%2F4.9.0), which adds support for publishing to NPM with provenance statements. Therefore, I have updated the note about Yarn to include such. I do, however, apologise if there are better ways to word the sentence. Signed-off-by: Seren_Modz 21 <seren@kings-world.net>
1 parent 15d766f commit 76dcf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If you publish your packages with tools that do not directly invoke the `npm pub
121121

122122
<Note>
123123

124-
**Note:** At this time, `yarn` is not a supported tool for publishing your packages with provenance.
124+
**Note:** To publish packages with provenance using Yarn, [v4.9.0](https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg%2Fcli%2F4.9.0) or greater is required.
125125

126126
</Note>
127127

0 commit comments

Comments
 (0)