Skip to content

Commit dc21f3f

Browse files
committed
Update release instructions
1 parent 4b331ef commit dc21f3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPMENT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- git commit changes with version as comment
66
- git tag version
77
- `git push`
8-
- `git push tags`
8+
- `git push --tags`
99
- use ruby 1.8.7 for releasing `rvm use 1.8.7 --install`
10-
- gem build executable-hooks.gemspec
11-
- gem push
10+
- `gem build executable-hooks.gemspec`
11+
- `gem push executable-hooks-1.6.1.gem` - update version

0 commit comments

Comments
 (0)