From 7672f5eeefb0d6e9f0034fe67d08779ffdb4bcfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Litera?= Date: Tue, 2 Nov 2021 08:38:47 +0100 Subject: [PATCH] Docs: How to publish this package #CCM-8 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00ed6124..33104d4e 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,10 @@ To fix code style according to Prettier rules run: yarn format:fix ``` +#### Publishing package + +Prepare release using `yarn release` on a local machine. Check the generated changelog and the bumped `package.json`. Then push to origin. Github [publish action](./github/worflows/publish.yaml) is then taking care of publishing package to [npmjs.com](https://npmjs.com/). + ## License Distributed under the MIT License. See [LICENSE](https://github.com/lmc-eu/cookie-consent-manager/blob/main/LICENSE.md) for more information.