From 172de0573b68bc116dba794a5b433b74b7eba691 Mon Sep 17 00:00:00 2001
From: Muhammed-Ali Demir <muhammed.demir@ptb.de>
Date: Tue, 26 Sep 2023 06:00:35 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cbd8ef3..632207f 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,8 @@ See [the Licence](LICENSE.md) for the specific language governing permissions an
 ## Publishing the package
 
 1. Commit all changes
-2. Bump the version with `yarn version [major | minor | patch | ...]`
+2. Bump the version with `yarn version [major | minor | patch | ...]`, 
+   e.g. `yarn version patch` (if the script is not installed, type `yarn plugin import version`)
 3. Push all commits to the remote
-4. Create a tag with the following name: `v<version>` (e.g. `v1.0.0`)
+4. Create a tag with the following name: `v<version>` (e.g. `v1.0.0`) (https://www.jetbrains.com/help/webstorm/use-tags-to-mark-specific-commits.html#tag_commit)
 5. Push the tag to the remote, the CI will create a release and publish the package
-- 
GitLab