https://github.com/thinkhr-code/release_robot
Keep track of deploy tasks, automate your changelog, and simplify the overall deploy process.
https://github.com/thinkhr-code/release_robot
devops mammothhr
Last synced: 11 months ago
JSON representation
Keep track of deploy tasks, automate your changelog, and simplify the overall deploy process.
- Host: GitHub
- URL: https://github.com/thinkhr-code/release_robot
- Owner: thinkhr-code
- License: mit
- Created: 2017-04-08T04:56:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T00:50:33.000Z (over 6 years ago)
- Last Synced: 2025-03-02T13:05:12.818Z (12 months ago)
- Topics: devops, mammothhr
- Language: Ruby
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 13
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# release_robot
## Installation
```bash
$ rake install
$ release_robot
```
## Usage
This requires your Github username and password to authenticate and requires that you *do not* have 2-factor auth setup for Github. The gem will prompt you for those credentials on first run and store them in `~/.release_robot_settings.yml`.
## What it does
Currently, this gem will scan all repositories in the `MammothHR` Github account, collect any Pull Requests merged since the last version, parse any Podio URLs, pre deploy tasks, or post deploy tasks from the Pull Request body (provided that repo uses the [standard pull request template](https://github.com/MammothHR/release_robot/blob/master/PULL_REQUEST_TEMPLATE.md)), and print out a summary.
## Next steps to automate
See [ISSUES](https://github.com/MammothHR/release_robot/issues).