Added info on how to update MCAD

felipesanches-svg
Marius Kintel 2013-05-29 01:30:01 -04:00
parent 083763e96a
commit 6476048af2
1 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,19 @@
OpenSCAD Release Checklist
--------------------------
o Pre-release preparations
- Merge MCAD
o In MCAD clone:
$ git fetch upstream
$ git merge upstream/master
$ git push
o In OpenSCAD:
$ cd libraries/MCAD
$ git pull
$ cd ../..
$ git commit -m "Updated MCAD"
$ git push
(See bottom of this file for how to build release binaries)
o Set VERSION and VERSIONDATE environment variable