From 1369ba90b03b80bace8e472e9d88e1df277c065f Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Sun, 28 Jul 2024 22:05:07 -0300 Subject: [PATCH] more precise release instruction --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index d627bb7fb..c9edf0536 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,7 +7,7 @@ Additional instructions for Glistix: 1. Ensure `compiler-core/src/version.rs` and `README.md` both report the current Gleam version we're tracking. 2. Bump Glistix version in each `Cargo.toml` (as well as `Cargo.lock` by running `cargo check` once), in the new project flake template at `compiler-cli/src/new.rs` and in `nix/glistix.nix`, as well as in `README.md`. -3. Update the `cargoHash` in `nix/glistix.nix` by setting it to `""` and trying to build. The error will inform the new hash. +3. Update the `cargoHash` in `nix/glistix.nix` by setting it to `""` and trying to run `nix build`. The error will inform the new hash. 4. Follow "Gleam checklist" below. 5. Add changelog to the Glistix book (initially with "(Unreleased)" as the release date). 6. Update the book as needed (there are several compiler internals documented there, including which patches we applied on top of the base Gleam compiler).