Skip to content

Commit a4f6088

Browse files
committed
Remove remote name from releasing doc
1 parent c19b1d3 commit a4f6088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Commit your changes.
4141
```shell
4242
git add CHANGELOG.md lib/grape_logging/version.rb
4343
git commit -m "Preparing for release, 1.8.5."
44-
git push github master
44+
git push
4545
```
4646

4747
### Release on RubyGems and GitHub
@@ -107,5 +107,5 @@ Commit your changes.
107107
```
108108
git add CHANGELOG.md lib/grape_logging/version.rb
109109
git commit -m "Bump version to 1.8.6."
110-
git push github master
110+
git push
111111
```

0 commit comments

Comments
 (0)