We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b331ef commit dc21f3fCopy full SHA for dc21f3f
DEVELOPMENT.md
@@ -5,7 +5,7 @@
5
- git commit changes with version as comment
6
- git tag version
7
- `git push`
8
-- `git push tags`
+- `git push --tags`
9
- use ruby 1.8.7 for releasing `rvm use 1.8.7 --install`
10
-- gem build executable-hooks.gemspec
11
-- gem push
+- `gem build executable-hooks.gemspec`
+- `gem push executable-hooks-1.6.1.gem` - update version
0 commit comments