From f2fac85daedbc1e4f56de00f183e08b6304afaea Mon Sep 17 00:00:00 2001 From: xermicus Date: Thu, 8 May 2025 13:14:28 +0200 Subject: [PATCH] add npm package information to release checklist (#312) Signed-off-by: Cyrill Leutwiler --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 2d191bd..4c36e42 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -13,6 +13,10 @@ To create a new pre-release: 7. After the release is published, another workflow should start automatically and update json files in https://github.com/paritytech/resolc-bin. Check the changes. 8. Update the [contract-docs](https://github.com/paritytech/contract-docs/) accordingly +# `resolc` NPM package release + +Will happen automatically. + # LLVM release To create a new LLVM release, run "Release LLVM" workflow. Use current LLVM version as parameter, e.g. `18.1.8`.