From 2a11f7e07e9b6665e85a59f16d3ec69c98fa485e Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Tue, 19 Sep 2023 21:42:46 +0200 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index aad9979..5034073 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,13 +1,14 @@ # Release -1. Bumpversion in [version.go](version.go). +1. Bump version in [version.go](version.go). 2. Bump version in [snapcraft.yaml](snap/snapcraft.yaml). 3. Bump version in [package.json](npm/package.json). -4. Publish npm package. -5. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new). -6. Run [build.mjs](scripts/build.mjs) to upload binaries to the release. +4. Commit changes. +5. Publish npm package. +6. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new). +7. Run [build.mjs](scripts/build.mjs) to upload binaries to the release. ```sh npx zx scripts/build.js ``` -7. Bump version in [install.sh](https://github.com/antonmedv/fx.wtf/blob/master/public/install.sh) and upload it +8. Bump version in [install.sh](https://github.com/antonmedv/fx.wtf/blob/master/public/install.sh) and upload it to [fx.wtf](https://fx.wtf).