From 6cb75b54a0e1da2bb0819d3586ad1a72a2c2c8aa Mon Sep 17 00:00:00 2001
From: Marcus Schiesser <mail@marcusschiesser.de>
Date: Mon, 18 Mar 2024 16:22:59 +0700
Subject: [PATCH] docs: update release process

---
 CONTRIBUTING.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8632eb698..f9d33822b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -81,10 +81,15 @@ Any changes you make should be reflected in the browser. If you need to regenera
 
 ## Publishing
 
-To publish a new version of the library, run
+To publish a new version of the library, first create a new version:
 
 ```shell
 pnpm new-version
+```
+
+If everything looks good, commit the generated files and release the new version:
+
+```shell
 pnpm release
 git push # push to the main branch
 git push --tags
-- 
GitLab