We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f1948 commit f95b4deCopy full SHA for f95b4de
.gitignore
@@ -4,6 +4,7 @@
4
/_yardoc/
5
/coverage/
6
/doc/
7
+/docs/
8
/pkg/
9
/spec/reports/
10
/tmp/
README.md
@@ -3,3 +3,15 @@
3
- https://github.com/appium/ruby_lib
[Documentation](http://www.rubydoc.info/github/appium/ruby_lib_core)
+
+# Release
11
+```bash
12
+$ bundle exec thor bump # bumpy, bumpz
13
+$ bundle exec thor release
14
+```
15
16
+# License
17
+Apache License v2
0 commit comments