From f8c333f30bb951897976556df0a616b4890c0164 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Mon, 12 May 2025 12:11:38 +0100 Subject: [PATCH] Update release notes to include strip-metadata util --- RELEASING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASING.md b/RELEASING.md index 5dc244a9b0..85134e51b3 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -75,6 +75,7 @@ We also assume that ongoing work done is being merged directly to the `master` b a little time in between each to let crates.io catch up with what we've published). ``` + (cd utils/strip-metadata && cargo publish) && \ (cd metadata && cargo publish) && \ (cd lightclient && cargo publish) && \ (cd utils/fetch-metadata && cargo publish) && \