-
-
Notifications
You must be signed in to change notification settings - Fork 61
Release Procedure
Toby Allen edited this page Dec 10, 2025
·
5 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!
https://github.com/tobya/DocTo/blob/main/src/MainUtils.pas#L36-L39