From 9585e3c79da4b0aff18fa99a5518353da56bb644 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 28 Mar 2024 09:13:45 +0100
Subject: [PATCH] [web] Re-added netlify site creation in release procedure.

---
 .../docs/devguide/procedures/publish-a-release/index.md   | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/web/content/docs/devguide/procedures/publish-a-release/index.md b/web/content/docs/devguide/procedures/publish-a-release/index.md
index e640222840d..3c95216067d 100644
--- a/web/content/docs/devguide/procedures/publish-a-release/index.md
+++ b/web/content/docs/devguide/procedures/publish-a-release/index.md
@@ -13,6 +13,12 @@ weight = 1080
 
 - Update merge request template (settings / merge_requests) to point to a new changelog wiki page
 - Run `python scripts/python/do-release.py`
+- Create new netlify site (in an empty directory)
+  <!-- vale off -->
+  - `netlify init`
+  - `# [ENTER]`
+  - `# ogs-doxygen-[TAG (- separated instead of .)]`
+  <!-- vale on -->
 - Update `CITATION.cff`, create a commit, tag and push (see script output)
 - A new release is automatically created on GitLab
   - Fill in the release notes from the Wiki
@@ -21,5 +27,5 @@ weight = 1080
 - Create a release on GitHub mirror (`ufz/ogs`)
 - Check if a [Zenodo release](https://zenodo.org/account/settings/github/repository/ufz/ogs#) is automatically issued
 - Run `python scripts/python/post-release.py` and commit and create a discourse announcement post
-- Update Zenodo entry with correct authors
+- Update Zenodo entry with correct authors (obtained via `git shortlog -sne [new_version]...[previous_version]`)
 - Set milestone on expired issues and merge requests
-- 
GitLab