Commit 4b061fa

Anton Medvedev <anton@medv.io>
2025-12-07 19:56:27
Add RELEASE.md with steps for creating releases and building binaries
1 parent e11a41c
Changed files (1)
RELEASE.md
@@ -0,0 +1,7 @@
+# Release
+
+1. Create a [release](https://github.com/antonmedv/gitmal/releases/new) on GitHub.
+2. Run [build.mjs](.github/scripts/build.mjs) to build and upload binaries.
+   ```sh
+   npx zx .github/scripts/build.mjs
+   ```