diff --git a/README.md b/README.md
index a1dc0cf5..c9699cdd 100644
--- a/README.md
+++ b/README.md
@@ -43,14 +43,3 @@ export default App
5. To run Storybook locally, run `npm run storybook` and navigate to https://localhost:6006
Enjoy!
-
-### Creating a release after merging your changes in
-1. Go to /releases, then click the `Draft a new release` button
-
-1. Click the `Choose a new tag` button, then add the next sequential tag. E.g. if the current tag is `0.0.137`, the next tag should be `0.0.138`
-
-1. Click the `Generate release notes` button.
-
-1. Click the `Publish release` button.
-
-1. When the [npm library](https://www.npmjs.com/package/@clickhouse/click-ui) shows the correct version in the top left corner, the relase has successfully been published.