Skip to content

Commit 18dd80d

Browse files
authored
Add release binary (#161)
1 parent 9c4fa2a commit 18dd80d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ cargo nextest run
7070
cargo-build-sbf && SBF_OUT_DIR=$(pwd)/target/sbf-solana-solana/release cargo nextest run --all-features
7171
```
7272

73+
## Releasing
74+
75+
```bash
76+
./release
77+
```
78+
7379
## Contributing
7480

7581
Contributions are welcome! Please feel free to submit a Pull Request.

release

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env sh
2+
cargo workspaces version --all --exact --no-individual-tags --force "jito-*"

0 commit comments

Comments
 (0)