F.E.I.S/docs/Releases.md

495 B

How to make releases

Windows (MSYS2)

  1. Pull the latest version of the code

  2. Follow the compilation instructions

  3. Open an MSYS2 x64 terminal

  4. cd into FEIS's source code root

  5. Use the release making script

    For a regular semver release

    python utils/make_windows.release.py 2.x.x
    

    For preview builds

    python utils/make_windows.release.py 2.x.x-alpha --timestamp
    
  6. Distribute the generated .zip file