Release v0.6.0 alpha.1

add EXTRA_VERSION to set prerelease (to be set to null string for final release)

add release workflow
This commit is contained in:
Christophe Prud'homme
2021-02-09 13:40:19 +00:00
committed by Thomas Krijnen
parent c9f40126c3
commit e7558d0008
2 changed files with 97 additions and 0 deletions
+3
View File
@@ -23,6 +23,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # not necessary, but encouraged
project (IfcOpenShell VERSION 0.6.0)
# use extra version to make pre-release using eg semver
set( EXTRA_VERSION "-alpha.1")
foreach(max_year RANGE 2014 2030)
set(max_sdk "$ENV{ADSK_3DSMAX_SDK_${max_year}}")
if (NOT "${max_sdk}" STREQUAL "")