mirror of https://github.com/tracel-ai/burn.git
add bump command (#901)
This commit is contained in:
parent
233922d60c
commit
068b460078
|
@ -119,6 +119,13 @@ Run `scripts/publish` using this command
|
|||
|
||||
where `crate_name` is the name of the crate to publish
|
||||
|
||||
## Others
|
||||
|
||||
To bump for the next version, use this command:
|
||||
|
||||
```
|
||||
cargo set-version --bump minor
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue