Skip to content

Commit

Permalink
Add release binary (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu authored Oct 30, 2024
1 parent 9c4fa2a commit 18dd80d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ cargo nextest run
cargo-build-sbf && SBF_OUT_DIR=$(pwd)/target/sbf-solana-solana/release cargo nextest run --all-features
```

## Releasing

```bash
./release
```

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.
Expand Down
2 changes: 2 additions & 0 deletions release
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
cargo workspaces version --all --exact --no-individual-tags --force "jito-*"

0 comments on commit 18dd80d

Please sign in to comment.