Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fulldecent/lightning-sites
Browse files Browse the repository at this point in the history
* 'master' of github.com:fulldecent/lightning-sites:
  Update CONTRIBUTING.md
  • Loading branch information
fulldecent committed Mar 28, 2017
2 parents 36dc256 + 65ccd52 commit 0325d2d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Set up build environment

gem install gem-release


# Releasing new versions

Documentation referred from http://guides.rubygems.org/publishing/ and https://bundler.io/v1.13/guides/creating_gem

1. Update version number manually (`gem bump --version minor` fails, I don't know why)
2. Run `rake release`
1. gem bump # and maybe use --version minor
2. rake release

0 comments on commit 0325d2d

Please sign in to comment.