Update release notes This skill handles the operational tasks of maintaining release notes in the tldraw/tldraw repo: adding new PR entries to and archiving releases when a new version is published. This skill runs from the tldraw-internal repo but operates on a local clone of tldraw/tldraw. Setup Before starting, clone the tldraw repo: All scripts take the repo path as their first argument. Run script commands from the repository root by replacing with the directory that contains this . All file edits happen in this clone. At the end, commit and push from the clone. Release cycle The SDK rel…