Skip to content

Commit

Permalink
docs: update README.md (#6846)
Browse files Browse the repository at this point in the history
Github -> GitHub
  • Loading branch information
eltociear authored Jun 13, 2024
1 parent 577131c commit a1205a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ master. Once a program is tested and deemed ready for release:

* Increment the version number in the program's Cargo.toml
* Run `cargo build-sbf <program>` to build binary. Note the
location of the generated `spl_<program>.so` for attaching to the Github
location of the generated `spl_<program>.so` for attaching to the GitHub
release.
* Open a PR with these version changes and merge after passing CI.
### Create Github tag
### Create GitHub tag
Program tags are of the form `<program>-vX.Y.Z`.
Create the new tag at the version-bump commit and push to the
Expand All @@ -234,7 +234,7 @@ $ git tag token-v1.0.0 b24bfe7
$ git push upstream --tags
```
### Publish Github release
### Publish GitHub release
* Go to [GitHub Releases UI](https://github.com/solana-labs/solana-program-library/releases)
* Click "Draft new release", and enter the new tag in the "Tag version" box.
Expand Down

0 comments on commit a1205a6

Please sign in to comment.