Skip to content

Commit 373f110

Browse files
Update contributing.md
1 parent be4dca6 commit 373f110

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

contributing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ Android tests require running on physical hardware with Android 5.0 (API 21). Th
2121

2222
- `cd android_tests`
2323
- `flake 3 android` - Run all the Android tests up to 3 times
24+
25+
### Publishing
26+
27+
0. Ensure you have `~/.gem/credentials` If not run [the following command](http://guides.rubygems.org/make-your-own-gem/) (replace username with your rubygems user)
28+
> $ curl -u username https://rubygems.org/api/v1/api_key.yaml >
29+
~/.gem/credentials; chmod 0600 ~/.gem/credentials
30+
31+
1. Bump the version number `rake bump`
32+
2. Publish with `rake release`

0 commit comments

Comments
 (0)