From 005aff7f12d089b45961b20f16cdfba184261f81 Mon Sep 17 00:00:00 2001 From: Hamza Oukili <hamza.oukili@iws.uni-stuttgart.de> Date: Tue, 4 Apr 2023 17:47:29 +0200 Subject: [PATCH] Fix Link in Release.md --- .gitlab/issue_templates/Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Release.md b/.gitlab/issue_templates/Release.md index 8463f9058a..20672c9d57 100644 --- a/.gitlab/issue_templates/Release.md +++ b/.gitlab/issue_templates/Release.md @@ -35,7 +35,7 @@ __Hard Feature Freeze!__ - [ ] Update all install scripts and the install text in the handbook - [ ] Header check (run `make headercheck`) - [ ] Re-generate parameter list (`bin/doc/generate_parameterlist.py`) and check log file (maybe manual updates to `bin/doc/docextra/parameters.json` are needed) -- [ ] Make sure the CMakeLists.txt in `dumux` subfolder are up-to-date (generated with `bin/utils/create_cmakelists.py`, dumux `make install` should result in a usable installed dumux version) +- [ ] Make sure the CMakeLists.txt in `dumux` subfolder are up-to-date (generated with `bin/create_cmakelists.py`, dumux `make install` should result in a usable installed dumux version) - [ ] Create release branches - [ ] Configure CI to test release branch - [ ] Local Testing (different compilers and dependency setups) -- GitLab