porepare for release [skip-ci]

This commit is contained in:
Jan Möbius
2019-02-21 13:28:42 +01:00
parent a63cbdb10e
commit 449276bcf8
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>8.0</b> (?/?/?)</td><td> <tr valign=top><td><b>8.0</b> (2019/02/21)</td><td>
<b>Breaking changes:</b> <b>Breaking changes:</b>
<ul> <ul>

View File

@@ -1,13 +1,13 @@
1. check files, build on windows,mac,linux with cmake 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 VERSION
3. Tag the current version in the svn (checkout, remove .svn readd as tag) 3. Tag the current version in the git
4. Create HTML-Documentation in OpenMesh/Docu/ (!) 4. Create HTML-Documentation in OpenMesh/Documentation (!)
5. Create tar-ball and zip-archive 5. Create tar-ball and zip-archive ( -> Done by CI)
> tar cvzf OpenMesh-<version>.tar.gz OpenMesh-<version>/ > tar cvzf OpenMesh-<version>.tar.gz OpenMesh-<version>/
> tar cvjf OpenMesh-<version>.tar.bz2 OpenMesh-<version>/ > tar cvjf OpenMesh-<version>.tar.bz2 OpenMesh-<version>/
> zip -9 -r OpenMesh-<version>.zip OpenMesh-<version>/ > zip -9 -r OpenMesh-<version>.zip OpenMesh-<version>/