Skip to content

Commit

Permalink
Add missing build step in CONTRIBUTING (#182)
Browse files Browse the repository at this point in the history
CONTRIBUTING file is missing the `rake build` step. This is the step
where the pkg file will be generated.
  • Loading branch information
duduribeiro committed May 25, 2020
1 parent 9428325 commit d539f7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ The following instructions uses `$VERSION` as a placeholder, where `$VERSION` is
git push origin --tags
```

1. Build the package.

```shell
rake build
```

1. Release to RubyGems.

```shell
Expand Down

0 comments on commit d539f7d

Please sign in to comment.