Skip to content

Commit

Permalink
docs: update documentation on release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jul 23, 2024
1 parent 656c14e commit 3b0c3e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ Precompiled actor bundles are provided as [release binaries][releases] in this r
We release all actors, the runtime, and the state abstraction at the same time by:

1. Changing the `workspace.package.version` in the top-level `Cargo.toml` file.
2. Creating a [release][releases] in GitHub.

This will trigger an automatic bundle-build by GitHub CI, and the generated bundles will be attached to the GitHub release.
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.

## Instructions for client implementations

Expand Down

0 comments on commit 3b0c3e7

Please sign in to comment.