Skip to content

Commit 1689dfc

Browse files
committed
chore: add cb guide
1 parent e7204ca commit 1689dfc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contribution Guide
2+
3+
## Publish (Maintainers-only)
4+
5+
```bash
6+
cargo set-version <version>
7+
git commit -am 'chore: bump version'
8+
cargo publish
9+
```
10+
11+
## References
12+
13+
- [Command Line Applications in Rust](https://rust-cli.github.io/book/)

0 commit comments

Comments
 (0)