This repository hosts releases for the tldraw desktop app. Source code and development happen in the internal monorepo (tldraw-internal).
- The desktop app source lives in
tldraw-internal/apps/public/desktop/ - Builds are triggered via the
releaseworkflow in this repo (manually or viarepository_dispatch) electron-builderbuilds the app and publishes artifacts as GitHub Releases hereelectron-updaterin the app checks this repo's releases for auto-updates
Go to Actions > Release > Run workflow and select a version bump type (patch, minor, major).
# Trigger a release from tldraw-internal
gh workflow run release.yml --repo tldraw/tldraw-desktop -f version_type=patchyarn desktop publish