Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 499 Bytes

RELEASE_CHECKLIST.md

File metadata and controls

18 lines (12 loc) · 499 Bytes

Release Checklist

Bump Versions

  • yoyoengine/editor/include/editor.h
  • yoyoengine/editor/CMakeLists.txt

Create Tag

Create and push a tag on the main branch to freeze the ref.

Create Release

  • Locally, build the release with yoyoeditor/build_linux.sh
  • rename build/out/bin/linux to build/out/bin/yoyoeditor
  • create tar gzip with tar -czvf yoyoeditor.tar.gz build/out/bin/yoyoeditor
  • create a release on github with the tag and attach the tar.gz file
  • add patch notes