Skip to content

Commit ca5fb55

Browse files
author
dvdsk
committed
add dep update to release procedure
1 parent c695e6a commit ca5fb55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ The crate is published by triggering `.github/workflows/publish.yml` GitHub acti
158158
After the crate is successfully published a new version's git tag is created in the repository.
159159

160160
So to publish a new version
161-
1. Update `version` field in `Cargo.toml`.
162-
2. Push the changes to the `master` branch.
163-
3. Wait until GitHub build job completes successfully.
164-
4. [On the Actions page](https://github.com/RustAudio/rodio/actions) start `.github/workflows/publish.yml`.
161+
1. Run `cargo outdated -R` to ensure all dependencies are up to date
162+
2. Update `version` field in `Cargo.toml`.
163+
3. Push the changes to the `master` branch.
164+
4. Wait until GitHub build job completes successfully.
165+
5. [On the Actions page](https://github.com/RustAudio/rodio/actions) start `.github/workflows/publish.yml`.

0 commit comments

Comments
 (0)