mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Remove remote name from releasing doc
This commit is contained in:
parent
c19b1d3732
commit
a4f6088a17
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ Commit your changes.
|
|||
```shell
|
||||
git add CHANGELOG.md lib/grape_logging/version.rb
|
||||
git commit -m "Preparing for release, 1.8.5."
|
||||
git push github master
|
||||
git push
|
||||
```
|
||||
|
||||
### Release on RubyGems and GitHub
|
||||
|
|
@ -107,5 +107,5 @@ Commit your changes.
|
|||
```
|
||||
git add CHANGELOG.md lib/grape_logging/version.rb
|
||||
git commit -m "Bump version to 1.8.6."
|
||||
git push github master
|
||||
git push
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue