From 87180bea6ef8510528a3bff5a4dded55f16d5ba4 Mon Sep 17 00:00:00 2001 From: Simon Wendsche Date: Tue, 28 Jan 2020 15:25:35 +0100 Subject: [PATCH] Delete release.md --- doc/release.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 doc/release.md diff --git a/doc/release.md b/doc/release.md deleted file mode 100644 index 9070e5e3..00000000 --- a/doc/release.md +++ /dev/null @@ -1,10 +0,0 @@ - -### How to create a release - -In the release/ folder, there's a python script `package_releases.py`. -You can use it to create the zip files necessary for a release. -It downloads the LuxCore release, extracts the binaries, puts them in BlendLuxCore clones and zips the result. - -Call it like this: `./package_releases.py v2.0alpha1` - -After it ran through, it should tell you where to find the packaged release .zip archives.