From a1205a683c37c84b99d3a40ace130fae980387e6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 14 Jun 2024 01:47:47 +0900 Subject: [PATCH] docs: update README.md (#6846) Github -> GitHub --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48bb751cb2d..d98f488f3d6 100644 --- a/README.md +++ b/README.md @@ -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 ` to build binary. Note the - location of the generated `spl_.so` for attaching to the Github + location of the generated `spl_.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 `-vX.Y.Z`. Create the new tag at the version-bump commit and push to the @@ -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.