From e511fc59f26d495246b825efd2110dbf04f08b56 Mon Sep 17 00:00:00 2001 From: Igor Zinkovsky Date: Wed, 13 Mar 2024 21:30:21 -0700 Subject: [PATCH] fix: update README with release instructions (#1431) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a72a2e0..297e23bc 100644 --- a/README.md +++ b/README.md @@ -179,9 +179,10 @@ See https://github.com/denoland/rusty_v8/issues/1381 **Cut a release** -Go to https://github.com/denoland/rusty_v8/actions/workflows/release.yml, select -proper release kind and wait for the workflow to complete. It will bump the -version and create a tag. You will need to manually upload binary archives for +Create a PR to bump the release version (e.g. https://github.com/denoland/rusty_v8/pull/1415). + +Create a new release/tag after the bump PR is landed. CI will publish the crate +and upload release binaries. You will need to manually upload binary archives for M1 build. ```