Skip to content

Commit

Permalink
Added documentation for gem publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jarl-dk committed Jun 2, 2017
1 parent 4061c43 commit c929113
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,25 @@ Or you can see what other options are there:

bundle exec rake -T

Publishing gem
--------------

```
gem bump -v pre
```

Verify everything is OK.

```
gem build activerecord-tableless.gemspec
```

Verify everything is OK.

```
gem release -t
```


History
-------
Expand Down

0 comments on commit c929113

Please sign in to comment.