From cb9a624840cc7a00a45ef4d022422cdde84615e3 Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Mon, 22 Jan 2024 09:45:28 +0100 Subject: [PATCH] chore: add docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5341808..bf7eb297 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Every commit that is prefixed with [conventional commit](https://www.conventiona Additionally, the new release is directly published to npm. -### Manually creating a new version +### Manually creating a new version (not recommended) All projects in the repository are using [semantic-release](https://www.npmjs.com/package/semantic-release) and define helper scripts in the respective `package.json` files. To create a new release bundle (i.e. release all projects in a new version), simply use the following combination of utility scripts provided in the top level `package.json`: