Updated relase howto

This commit is contained in:
Jan Möbius
2021-01-20 14:55:52 +01:00
parent 5d62df31d9
commit cba826106d

View File

@@ -1,10 +1,11 @@
1. check files, build on windows,mac,linux with cmake (-> Done by CI) 1. check files, build on windows,mac,linux with cmake (-> Done by CI)
2. check files with release numbers: 2. check files with release numbers:
cmake/FindOpenMesh.cmake cmake/FindOpenMesh.cmake
Doc/changelog.docu Doc/changelog.docu
src/OpenMesh/Core/System/config.h src/OpenMesh/Core/System/config.h
README README
VERSION CMakeLists.txt ( version setting in project call)
3. Tag the current version in the git 3. Tag the current version in the git
4. Create HTML-Documentation in OpenMesh/Documentation (!) 4. Create HTML-Documentation in OpenMesh/Documentation (!)
5. Create tar-ball and zip-archive ( -> Done by CI) 5. Create tar-ball and zip-archive ( -> Done by CI)