Commit 4b061fa
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
+ ```