We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4fa2a commit 18dd80dCopy full SHA for 18dd80d
README.md
@@ -70,6 +70,12 @@ cargo nextest run
70
cargo-build-sbf && SBF_OUT_DIR=$(pwd)/target/sbf-solana-solana/release cargo nextest run --all-features
71
```
72
73
+## Releasing
74
+
75
+```bash
76
+./release
77
+```
78
79
## Contributing
80
81
Contributions are welcome! Please feel free to submit a Pull Request.
release
@@ -0,0 +1,2 @@
1
+#!/usr/bin/env sh
2
+cargo workspaces version --all --exact --no-individual-tags --force "jito-*"
0 commit comments