From 5c5876580a0ce769224a19a7d4763cdd90b8647e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Wed, 16 Oct 2019 11:12:24 +0200 Subject: [PATCH] Update NPM package docs after deprecation (https://github.com/woocommerce/woocommerce-blocks/pull/1045) --- plugins/woocommerce-blocks/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/CONTRIBUTING.md b/plugins/woocommerce-blocks/CONTRIBUTING.md index 83df5f3b289..1de04e4632c 100644 --- a/plugins/woocommerce-blocks/CONTRIBUTING.md +++ b/plugins/woocommerce-blocks/CONTRIBUTING.md @@ -82,7 +82,9 @@ __Important:__ Before running the release script ensure you have already pushed ## Publishing `@woocommerce/block-library` -We publish the blocks to npm at [@woocommerce/block-library,](https://www.npmjs.com/package/@woocommerce/block-library). +In the past, we published the blocks to NPM at [@woocommerce/block-library](https://www.npmjs.com/package/@woocommerce/block-library). + +**Note: since version 2.3.0 `@woocommerce/block-library` has been deprecated, you shouldn't publish a new version without first discussing it with the team** To release a new version, perform the following steps: