Skip to content

Commit 4665172

Browse files
committed
doc: update README
1 parent 2f78f00 commit 4665172

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ $ cargo build
2323
$ cargo test
2424
```
2525

26+
### Version and Publish
27+
Version
28+
```bash
29+
cargo install cargo-workspaces
30+
cargo workspaces version custom --exact 0.4.0 --no-git-commit
31+
```
32+
33+
Publish
34+
```bash
35+
cargo workspaces publish --from-git --token $CARGO_TOKEN
36+
```
37+
2638
## References on compiler
2739
* https://github.com/dinfuehr/dora
2840
* https://github.com/wren-lang/wren

0 commit comments

Comments
 (0)