Skip to content

Commit 592229d

Browse files
committed
feat: WIP bump
1 parent a2bef74 commit 592229d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ Based on the [Rust NX](https://github.com/cammisuli/monodon/tree/main/packages/r
4949
nx generate @monodon/rust:library my-rust-lib # Create lib
5050
nx generate @monodon/rust:binary my-rust-app # Create app
5151
```
52+
53+
## Developing
54+
55+
### Prerequisites
56+
57+
- [Rust](https://www.rust-lang.org/tools/install)
58+
- [Cocogitto](https://github.com/cocogitto/cocogitto)
59+
- [Nx](https://nx.dev/latest/node/getting-started/installation)
60+
- [Cargo Workspace](https://crates.io/crates/cargo-workspaces#usage)
61+
- [GitLeaks](https://github.com/gitleaks/gitleaks)

cog.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pre_bump_hooks = [
22
"echo {{version}}",
3-
"cargo audit && cargo bump {{version}} && git add Cargo.toml && git commit -m \"chore(version): set cargo version to {{version}}\"",
3+
"cargo audit && cargo workspaces version {{version}} && git add Cargo.toml && git commit -m \"chore(version): set cargo version to {{version}}\"",
44
]
55
post_bump_hooks = ["git push", "git push origin {{version}}"]
66

0 commit comments

Comments
 (0)