diff --git a/.gitlab/issue_templates/Release.md b/.gitlab/issue_templates/Release.md index 8463f9058addfe0b492e054514eddd548631d668..20672c9d5771ba8d0bf1bf7d5ffe3847ee0b0b2f 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)