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

Commit a1205a6

Browse files
author
Ikko Eltociear Ashimine
authored
docs: update README.md (#6846)
Github -> GitHub
1 parent 577131c commit a1205a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@ master. Once a program is tested and deemed ready for release:
219219

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

0 commit comments

Comments
 (0)