Skip to content

Commit 804bd6e

Browse files
committed
doc: add crate links in README and fix crate-release.md
1. add crate links to crates.io in project README 2. fix wrong steps in crate-release.md Signed-off-by: Chao Wu <[email protected]>
1 parent 75e7fa4 commit 804bd6e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This repository contains the following crates:
1515
| [dbs-boot](crates/dbs-boot) | collections of constants, structs and utilities used during VM boot stage | [![Crates.io](https://img.shields.io/crates/v/dbs-boot)](https://crates.io/crates/dbs-boot) |
1616
| [dbs-device](crates/dbs-device) | virtual machine's device model | [![Crates.io](https://img.shields.io/crates/v/dbs-device)](https://crates.io/crates/dbs-device) |
1717
| [dbs-interrupt](crates/dbs-interrupt) | virtual machine's interrupt model | [![Crates.io](https://img.shields.io/crates/v/dbs-interrupt)](https://crates.io/crates/dbs-interrupt) |
18-
| [dbs-legacy-devices](crates/dbs-legacy-devices) | emulation for legacy devices | TBD |
18+
| [dbs-legacy-devices](crates/dbs-legacy-devices) | emulation for legacy devices | [![Crates.io](https://img.shields.io/crates/v/dbs-legacy-devices)](https://crates.io/crates/dbs-legacy-devices) |
1919
| [dbs-utils](crates/dbs-utils) | helpers and utilities used by multiple `dragonball-sandbox` components | [![Crates.io](https://img.shields.io/crates/v/dbs-utils)](https://crates.io/crates/dbs-utils) |
20-
| [dbs-virtio-devices](crates/dbs-virtio-devices) | emulation for virtio devices | TBD |
21-
| [dbs-upcall](crates/dbs-upcall) | dbs-upcall is a direct communication tool between VMM and guest developed upon vsock. | TBD |
22-
| [dbs-miniball](crates/dbs-miniball) | dbs-miniball is a minimal virtual machine manager using components from dragonball-sandbox and rust-vmm. | TBD |
20+
| [dbs-virtio-devices](crates/dbs-virtio-devices) | emulation for virtio devices | [![Crates.io](https://img.shields.io/crates/v/dbs-virtio-devices)](https://crates.io/crates/dbs-virtio-devices) |
21+
| [dbs-upcall](crates/dbs-upcall) | dbs-upcall is a direct communication tool between VMM and guest developed upon vsock. | [![Crates.io](https://img.shields.io/crates/v/dbs-upcall)](https://crates.io/crates/dbs-upcall) |
22+
| [dbs-miniball](crates/dbs-miniball) | dbs-miniball is a minimal virtual machine manager using components from dragonball-sandbox and rust-vmm. | / |
2323

2424
(Dragonball is a virtual machine monitor developed by Alibaba and dbs is the abbreviation for Dragonball.)
2525

docs/crate-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ cargo owner --add codeowner-github-handle
149149
2. Update the `CHANGELOG.md` file in the subdirectory of the crate.
150150
3. Update the version field in Cargo.toml in the root of the crate's repository.
151151
4. Add a commit with the changelog and toml updates in the release pull request.
152-
5. Follow the steps 7-10 of [Initial Release](#initial-release)
152+
5. Follow the steps 7-11 of [Initial Release](#initial-release)
153153

154154
## Patch Release
155155

0 commit comments

Comments
 (0)