From f1b0801157fa4078abb765051e3c8f9722394967 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 9 May 2023 05:06:39 +0300 Subject: [PATCH] docs: Update README.md with npm package provenance (#2789) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1872eee2..af0032b0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ This removes the immediate connection between human emotions and version numbers - Avoid potential errors associated with manual releases - Support any [package managers and languages](docs/recipes/release-workflow/README.md#package-managers-and-languages) via [plugins](docs/usage/plugins.md) - Simple and reusable configuration via [shareable configurations](docs/usage/shareable-configurations.md) +- Support for [npm package provenance](https://github.com/semantic-release/npm#npm-provenance) that promotes increased supply-chain security via signed attestations on GitHub Actions ## How does it work?