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 4, 2024
1 parent b2d41ad commit e2e5f7d
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 @@ -46,7 +46,7 @@ containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.4.0"

## 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 e2e5f7d

Please sign in to comment.