From 414f21b8a2d05b75aa5ea38eeb4fc9aee0fd511b Mon Sep 17 00:00:00 2001
From: Hanchuan Wu <whc.shmily@gmail.com>
Date: Fri, 30 Jul 2021 11:00:34 +0200
Subject: [PATCH] [issue_templates] Remove duplicate and Add update doc task

---
 .gitlab/issue_templates/Release.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/issue_templates/Release.md b/.gitlab/issue_templates/Release.md
index 2f6f9831ea..7df7b748b0 100644
--- a/.gitlab/issue_templates/Release.md
+++ b/.gitlab/issue_templates/Release.md
@@ -29,6 +29,7 @@ This a release issue template with a checklist based on [Release Manager Tasks](
 __Hard Feature Freeze!__
 - [ ]  Check remaining MRs and Issues
 - [ ]  Update the milestone issue
+- [ ]  Generate example documentation with the script generate_example_docs.py
 - [ ]  Update CHANGELOG
 - [ ]  Announce hard feature freeze on the mailing list
 - [ ]  Update all install scripts and the install text in the handbook
@@ -55,8 +56,7 @@ __Important:__ These steps are normally done together with Bernd. Make sure to s
 - [ ]  Create new tags
 - [ ]  Prepare a Zenodo citation
 - [ ]  Include the Zenodo citation to the website (only major releases)
-- [ ]  Write a release email to dumux@listserv.uni-stuttgart.de
 
 # After the release
 - [ ]  Bump version in dune.module to next version
-- [ ]  Sent an E-Mail to the dumux mailing list about updates on supported features and upcoming changes
+- [ ]  Write a release email to dumux@listserv.uni-stuttgart.de about updates on supported features and upcoming changes
-- 
GitLab