From cba826106d417610b35bfc3183c36945d3296378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 20 Jan 2021 14:55:52 +0100 Subject: [PATCH] Updated relase howto --- release.howto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.howto b/release.howto index dae655c7..9ad456c4 100644 --- a/release.howto +++ b/release.howto @@ -1,10 +1,11 @@ 1. check files, build on windows,mac,linux with cmake (-> Done by CI) 2. check files with release numbers: + cmake/FindOpenMesh.cmake Doc/changelog.docu src/OpenMesh/Core/System/config.h README - VERSION + CMakeLists.txt ( version setting in project call) 3. Tag the current version in the git 4. Create HTML-Documentation in OpenMesh/Documentation (!) 5. Create tar-ball and zip-archive ( -> Done by CI)