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 ;)
- Host: GitHub
- URL: https://github.com/jbox-web/release_manager
- Owner: jbox-web
- Created: 2017-09-03T21:27:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T00:22:33.000Z (over 2 years ago)
- Last Synced: 2024-12-25T21:10:04.312Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.