Skip to content

Commit

Permalink
chore: clarifies how to update the version of the wdl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Nov 22, 2023
1 parent d69ed0c commit a7d116e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ For every component crate that has changes:

## Convenience Crate

For the convenience crate (`wdl`):

* [ ] Update the version of all component crates in `Cargo.toml`.

From the root directory:

* [ ] Update the version of the top-level crate and all component crates in
the root `Cargo.toml`.
* **Note:** changes to the version number will be automatically
reflected in `wdl/Cargo.toml`, as it is specified as `version.workspace
= true`.
* [ ] Run tests: `cargo test --all-features`.
* [ ] Run linting: `cargo clippy --all-features`.
* [ ] Run fmt: `cargo fmt --check`.
Expand Down

0 comments on commit a7d116e

Please sign in to comment.