F.E.I.S/docs/Releases.md
2024-01-07 04:00:02 +01:00

750 B

How to make releases

Git

  1. Add everything you want in the release to the main branch
  2. Use the utils/bump_version.py script to bump the version
    • $ python utils/bump_version.py {version}
  3. Push the commit and the tag

Release archives

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

Debian