An open API service indexing awesome lists of open source software.

https://github.com/jbox-web/release_manager

Create a new release for your application, easy ;)
https://github.com/jbox-web/release_manager

Last synced: about 1 year ago
JSON representation

Create a new release for your application, easy ;)

Awesome Lists containing this project

README

          

# ReleaseManager

Create a new release for your application, easy ;)

## Installation

Put this in your `Gemfile` :

```ruby
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }

gem 'release_manager', github: 'jbox-web/release_manager', tag: '1.0.0'
```

then run `bundle install`.