Remove remote name from releasing doc

This commit is contained in:
Sami Samhuri 2025-07-09 16:58:44 -07:00
parent c19b1d3732
commit a4f6088a17
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ Commit your changes.
```shell ```shell
git add CHANGELOG.md lib/grape_logging/version.rb git add CHANGELOG.md lib/grape_logging/version.rb
git commit -m "Preparing for release, 1.8.5." git commit -m "Preparing for release, 1.8.5."
git push github master git push
``` ```
### Release on RubyGems and GitHub ### Release on RubyGems and GitHub
@ -107,5 +107,5 @@ Commit your changes.
``` ```
git add CHANGELOG.md lib/grape_logging/version.rb git add CHANGELOG.md lib/grape_logging/version.rb
git commit -m "Bump version to 1.8.6." git commit -m "Bump version to 1.8.6."
git push github master git push
``` ```