From 36e6e081f10f098587e4b8231b87b7e856a57c6a Mon Sep 17 00:00:00 2001
From: Puru <5674762+tuladhar@users.noreply.github.com>
Date: Wed, 31 Jul 2024 23:26:08 +0545
Subject: [PATCH] Update README: Add a link to release process in Development
 section (#3650)

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

diff --git a/README.md b/README.md
index d9eb481c..2894dcdd 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,8 @@ For the best developer experience, install [Nix](https://builtwithnix.org/) and
 
 Alternatively, install Go and Docker manually or using a package manager. Install the rest of the dependencies by running `make deps`.
 
+For release process, please read the [release documentation](https://dexidp.io/docs/development/releases/).
+
 ## License
 
 The project is licensed under the [Apache License, Version 2.0](LICENSE).
-- 
GitLab