diff --git a/web/content/docs/devguide/procedures/publish-a-release.pandoc b/web/content/docs/devguide/procedures/publish-a-release.pandoc
index c00f3c5c0e08c27f9d7fb7e6c2cecc959c06fa55..eb62a0054c688ce25166c547691dafc94a4f8aac 100644
--- a/web/content/docs/devguide/procedures/publish-a-release.pandoc
+++ b/web/content/docs/devguide/procedures/publish-a-release.pandoc
@@ -11,16 +11,12 @@ weight = 1051
 
 ## Publication procedure
 
-- Copy changelog from Wiki to new page
-- Update `.github/PULL_REQUEST_TEMPLATE.md` to point to a new changelog wiki page
-- Replace `#([0-9][0-9][0-9][0-9])` with `[#$1](https://github.com/ufz/ogs/pull/$1)` (e.g. in VS Code)
-- Tag the release commit as an annotated tag (`git tag -a 6.0.8 -m "OpenGeoSys Release 6.0.8"`)
-- Create a [new release on GitLab](https://gitlab.opengeosys.org/ogs/ogs/-/releases)
-- Fill in the release notes from the Wiki
-- TODO!
-- Copy release binaries from Jenkins job to GitLab release page
-- Create and copy container images to GitLab release page
-- Update web release page with generated artifacts
-- TODO: Check new [Zenodo release](https://zenodo.org/account/settings/github/repository/ufz/ogs#)
+- Update [merge request template](https://gitlab.opengeosys.org/ogs/ogs/edit) to point to a new changelog wiki page
+- Update `CHANGELOG.md` to point to new GitLab release
+- Create a [new release on GitLab](https://gitlab.opengeosys.org/ogs/ogs/-/tags/new)
+  - Fill in the message, e.g. "OpenGeoSys Release 6.0.8"
+  - Fill in the release notes from the Wiki
+- Copy release binaries and container images from CI job to Azure OGS storage at https://ogsstorage.blob.core.windows.net/binaries/ogs6/\[tag\]
+- Create new web release page with generated artifacts
+- [Create a release on GitHub](https://github.com/ufz/ogs/releases/new) which in turn creates a [Zenodo release](https://zenodo.org/account/settings/github/repository/ufz/ogs#)
 - Create a discourse announcement post
-
diff --git a/web/content/releases/6.3.2.md b/web/content/releases/6.3.2.md
new file mode 100644
index 0000000000000000000000000000000000000000..80b2f1346f0bcc39b0ba90a803dabb8431d9e1de
--- /dev/null
+++ b/web/content/releases/6.3.2.md
@@ -0,0 +1,33 @@
++++
+date = "2020-07-17T11:00:13+01:00"
+title = "OpenGeoSys 6.3.2"
+tag = "6.3.2"
+author = "Lars Bilke"
+release_date = "2020-07-17"
+
+[downloads]
+win = [
+    "Windows-10.0.14393-x64-python-3.7.2-de-utils.zip",
+    "Windows-10.0.18363-x64-python-3.8.2-utils.zip"
+]
+linux = [
+    "Linux-5.7.2-arch1-1-x64-de-utils.tar.gz",
+    "Linux-5.7.2-arch1-1-x64-python-3.8.2-utils.tar.gz"
+]
+osx = [
+    "OSX-10.15-x64-de-utils.tar.gz",
+    "OSX-10.15-x64-python-3.8.3-utils.tar.gz"
+]
+container = [
+    "serial.sif",
+    "openmpi-4.0.4.sif"
+]
+note = """
+**Note:** When using Python bindings make sure to have Python installed on your system:
+
+- Windows: [Python 3.7.2](https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64-webinstall.exe) or [Python 3.8.2](https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64-webinstall.exe)
+- Linux / OSX: Python 3.8.3
+"""
++++
+
+## Overview
diff --git a/web/layouts/partials/releases-single.html b/web/layouts/partials/releases-single.html
index c5ca51f31cccaf34eb1187bb4de45b08c3239585..4443c2f7712f4c03043c955a00d5db7d8c9409b9 100644
--- a/web/layouts/partials/releases-single.html
+++ b/web/layouts/partials/releases-single.html
@@ -4,7 +4,7 @@
 {{/* comparison only works for two version parts, strip out 6. */}}
 {{ if gt (slicestr .Params.tag 2) "3.1" }}
   {{ $gh_release = print "https://gitlab.opengeosys.org/ogs/ogs/-/releases/" .Params.tag }}
-  {{ $gh_download = print "https://gitlab.opengeosys.org/ogs/ogs/-/releases/" .Params.tag }}
+  {{ $gh_download = print "https://ogsstorage.blob.core.windows.net/binaries/ogs6/" .Params.tag }}
   {{ $type = "GitLab"}}
 {{ end }}
 
@@ -27,7 +27,7 @@
                 <a href="{{$gh_download}}/{{$file_prefix}}-{{.}}">
                   OpenGeoSys
                   {{ if in . "python" }}
-                     ( with Python bindings <i class="fab fa-python"></i>)
+                     (with Python bindings <i class="fab fa-python"></i>)
                   {{ end }}
                   {{ if in . "de" }}
                      + DataExplorer
@@ -50,7 +50,7 @@
                 <a href="{{$gh_download}}/{{$file_prefix}}-{{.}}">
                   OpenGeoSys
                   {{ if in . "python" }}
-                     ( with Python bindings <i class="fab fa-python"></i>)
+                     (with Python bindings <i class="fab fa-python"></i>)
                   {{ end }}
                   {{ if in . "de" }}
                      + DataExplorer
@@ -75,7 +75,7 @@
                 <a href="{{$gh_download}}/{{$file_prefix}}-{{.}}">
                   OpenGeoSys
                   {{ if in . "python" }}
-                     ( with Python bindings <i class="fab fa-python"></i>)
+                     (with Python bindings <i class="fab fa-python"></i>)
                   {{ end }}
                   {{ if in . "de" }}
                      + DataExplorer
@@ -107,5 +107,11 @@
 {{ end }}
 
 <div class="content">
-  {{ .Content }}
+  {{ if eq $type "GitHub" }}
+    {{ .Content }}
+  {{ else }}
+    {{ $urlPre := "https://gitlab.opengeosys.org/api/v4" }}
+    {{ $release := getJSON $urlPre "/projects/120/releases/" .Params.tag }}
+    {{ $release.description | markdownify }}
+  {{ end }}
 </div>