solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
53 stars 128 forks source link

Add gem-release support #152

Closed kennyadsl closed 5 years ago

kennyadsl commented 5 years ago

This PR introduces gem-release to release this extension with ease.

Supposing you are on the master branch and you are working on a fork of this extension, upstream is the main remote and you have write access to it, you can simply run:

gem bump --version minor --tag --release

This command will:

Or you can run these commands individually:

gem bump --version minor 
gem tag
gem release