Files
openmesh/release.howto

18 lines
696 B
Plaintext
Raw Normal View History

2019-02-21 13:28:42 +01:00
1. check files, build on windows,mac,linux with cmake (-> Done by CI)
2. check files with release numbers:
2021-01-20 14:55:52 +01:00
cmake/FindOpenMesh.cmake
Doc/changelog.docu
src/OpenMesh/Core/System/config.h
README
2021-01-20 14:55:52 +01:00
CMakeLists.txt ( version setting in project call)
2019-02-21 13:28:42 +01:00
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)
> tar cvzf OpenMesh-<version>.tar.gz OpenMesh-<version>/
> tar cvjf OpenMesh-<version>.tar.bz2 OpenMesh-<version>/
> zip -9 -r OpenMesh-<version>.zip OpenMesh-<version>/
6. Release Upload
7. Upload the Documentation to webserver
8. Set new links in content management system