Skip to content

Commit

Permalink
Add link to version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jhart-r7 committed Nov 12, 2014
1 parent e2db9fd commit 2dfdc05
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ git add CONTRIBUTING.md
git commit -m "Add a document on how to contribute to recog" -a
```

Please note that changes to [lib/recog/version.rb] in PRs are almost never
necessary.
Please note that changes to [lib/recog/version.rb](https://github.com/rapid7/recog/blob/master/lib/recog/version.rb) in PRs are almost never necessary.

Now push your changes to your fork:

Expand All @@ -77,7 +76,7 @@ Finally, submit the PR. Navigate to ```https://github.com/<your-github-username

Typically this process is reserved for contributors with push permissions to Recog:

1. Get an account on http://rubygems.org
1. Get an account on [Rubygems](https://rubygems.org)
2. Contact one of the Recog project contributors and have them add you to the Recog gem
3. Edit [lib/recog/version.rb] and increment ```VERSION```. Commit and push to origin/upstream master.
3. Edit [lib/recog/version.rb](https://github.com/rapid7/recog/blob/master/lib/recog/version.rb) and increment ```VERSION```. Commit and push to origin/upstream master.
4. Run ```rake release```

0 comments on commit 2dfdc05

Please sign in to comment.