You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyth-sdk-solana/README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,14 +175,3 @@ Use `cargo build-bpf` / `cargo test-bpf` to build in BPF for Solana; these comma
175
175
The BPF tests will also run an instruction count program that logs the resource consumption
176
176
of various library functions.
177
177
This program can also be run on its own using `cargo test-bpf --test instruction_count`.
178
-
179
-
### Releases
180
-
181
-
To release a new version of this package, perform the following steps:
182
-
183
-
1. Increment the version number in `Cargo.toml`.
184
-
You may use a version number with a `-beta.x` suffix such as `0.0.1-beta.0` to create opt-in test versions.
185
-
2. Merge your change into `main` on github.
186
-
3. Create and publish a new github release.
187
-
The name of the release should be the version number, and the tag should be the version number prefixed with `v`.
188
-
Publishing the release will trigger a github action that will automatically publish the [pyth-client](https://crates.io/crates/pyth-client) rust crate to `crates.io`.
0 commit comments