Skip to content

Commit

Permalink
RELEASE: update the release process for changelog
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Oct 8, 2024
1 parent a2a8b9a commit 867e1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Must release the creates in this order due to dependencies:

## Release Steps

1. Open a PR to bump crate versions and dependency versions in `Cargo.toml` for that crate
1. Open a PR to bump crate versions and dependency versions in `Cargo.toml` for that crate, and change the "Unreleased" section in the `CHANGELOG.md` to the new version.
2. PR can be merged after 2 LGTMs
3. Run the release workflow for the dependent crate. (e.g. `containerd-shim-wasm/v0.2.0` where `crate=containerd-shim-wasm` and `version=0.2.0`)
4. Wait for the release workflow to complete
Expand Down

0 comments on commit 867e1c1

Please sign in to comment.