-
-
Notifications
You must be signed in to change notification settings - Fork 56
Release Procedure
Toby Allen edited this page Mar 16, 2025
·
3 revisions
Since I have several times done a new release incorrectly, I'm making a note here.
- Create Release in Github
- Change version in Delphi
- Change Version in Mainutils.pas
- Change version tag 32 bit
- Build 32 bit version
- zip 32 bit version docto_32.zip
- Change version tag 64 bit
- Build 64 bit version
- zip 64 bit version docto_64.zip
- Upload both zip files and x64 .exe to Release.
- Release!