Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit de73b27

Browse files
author
Tyera Eulberg
authored
Update readme release directions (#3811)
1 parent da05275 commit de73b27

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Integration testing may be performed via the per-project .js bindings. See the
7171
Solutions to a few issues you might run into are mentioned here.
7272

7373
1. `Failed to open: ../../deploy/spl_<program-name>.so`
74-
74+
7575
Update your Rust and Cargo to the latest versions and re-run `cargo build-sbf` in the relevant `<program-name>` directory,
7676
or run it at the repository root to rebuild all on-chain programs.
7777

@@ -117,10 +117,9 @@ master. Once a program is tested and deemed ready for release:
117117
### Bump Version
118118

119119
* Increment the version number in the program's Cargo.toml
120-
* Generate a new program ID and replace in `<program>/program-id.md` and `<program>/src/lib.rs`
121-
* Run `cargo build-sbf <program>` to update relevant C bindings. (Note the
120+
* Run `cargo build-sbf <program>` to build binary. Note the
122121
location of the generated `spl_<program>.so` for attaching to the Github
123-
release.)
122+
release.
124123
* Open a PR with these version changes and merge after passing CI.
125124
126125
### Create Github tag
@@ -145,7 +144,7 @@ $ git push upstream --tags
145144
146145
Navigate to the program directory and run `cargo package`
147146
to test the build. Then run `cargo publish`.
148-
147+
149148
# Disclaimer
150149
151150
All claims, content, designs, algorithms, estimates, roadmaps,
@@ -186,4 +185,3 @@ deploy, integrate, or use the Solana blockchain protocol code directly
186185
(e.g., as a node operator), and individuals that transact on the Solana
187186
blockchain through light clients, third party interfaces, and/or wallet
188187
software.
189-

0 commit comments

Comments
 (0)