diff options
| author | Anton Medvedev <anton@medv.io> | 2025-12-07 20:56:27 +0100 |
|---|---|---|
| committer | Anton Medvedev <anton@medv.io> | 2025-12-07 20:56:27 +0100 |
| commit | 4b061fa86d836516529233a83889659d90b47e76 (patch) | |
| tree | 6a5735114f9dfd81f5fa2b69eebe7e095eebd452 | |
| parent | e11a41ce4534f9149dd048a21db5e5cde46b9f61 (diff) | |
Add RELEASE.md with steps for creating releases and building binaries
| -rw-r--r-- | RELEASE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..ea715eb --- /dev/null +++ b/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 + ``` |
