From 2d3ead84efe47f6ae84b5ae3ee9fe014c3389f15 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Mon, 5 Aug 2024 21:21:01 +0200 Subject: [PATCH] chore: apply suggestions from code review Co-authored-by: Steve Loeppky --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f77fa068..d72971a42 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ We release all actors, the runtime, and the state abstraction at the same time b 1. Changing the `workspace.package.version` in the top-level `Cargo.toml` file. -This will trigger an automatic GitHub release and associated tags creation and then it will also trigger bundle-build by GitHub CI, and the generated bundles will be attached to the GitHub release. +This triggers CI to create a draft GitHub Release, create the associated tags, and built and upload assets to the release. When the PR is merged, the GitHub Release will be published. ## Instructions for client implementations