瀏覽代碼

dev weekly seems gone and update solana installer (#1322)

Update RELEASE_CHECKLIST.md with observations releasing v0.3.0.

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 2 年之前
父節點
當前提交
702be7c877
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      RELEASE_CHECKLIST.md

+ 7 - 2
RELEASE_CHECKLIST.md

@@ -1,5 +1,7 @@
 # Release Checklist
 
+- For next release, fix:
+  https://github.com/hyperledger/solang/issues/1321
 - Update the version in `Cargo.toml`, `solang-parser/Cargo.toml`, the binary
   links in `docs/installing.rst`, and `CHANGELOG.md`. Remember to match the
   solang-parser version in the top level `Cargo.toml`.
@@ -19,6 +21,9 @@
 - Wait for build to succeed
 - `cargo publish`
 - Release new version of vscode plugin if needed
-- Mention release in Discord (Solana, Hyperledger) and Hyperledger /dev/weekly
+- Mention release in Discord (Solana, Hyperledger)
+- Update solana installer to use latest solang,
+  e.g. https://github.com/solana-labs/solana/pull/31756
 - Update the version number and the MacOS binaries' sha256 hash in `Casks/solang.rb` under
-  the repository `hyperledger/homebrew-solang`.
+  the repository `hyperledger/homebrew-solang`,
+  e.g. https://github.com/hyperledger/homebrew-solang/pull/11