Skip to content

Commit

Permalink
Release 0.1.0.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
rickpeyton committed Jun 22, 2019
1 parent de44dde commit 13e800d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nintendo_eshop (0.1.0)
nintendo_eshop (0.1.0.alpha1)

GEM
remote: https://rubygems.org/
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,14 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/rickpe
## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Releases

CircleCi is used to push releases to rubygems.org

To release, edit the version.rb file to the version you want to publish, commit that to your master branch, then create and push a git tag with the same name as your version:

```
git tag -a 0.1.0
git push origin 0.1.0
```
2 changes: 1 addition & 1 deletion lib/nintendo_eshop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NintendoEshop
VERSION = "0.1.0".freeze
VERSION = "0.1.0.alpha1".freeze
end

0 comments on commit 13e800d

Please sign in to comment.