https://github.com/ashcrow/abr
Always Be Releasing
https://github.com/ashcrow/abr
Last synced: 2 months ago
JSON representation
Always Be Releasing
- Host: GitHub
- URL: https://github.com/ashcrow/abr
- Owner: ashcrow
- License: other
- Created: 2016-10-16T20:21:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T20:31:40.000Z (over 8 years ago)
- Last Synced: 2025-02-13T18:35:06.701Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# abr: Always Be Releasing
abr is a tool that allows developers to execute a series of commands for release
based on repository tagging.## Install
```
$ git clone https://github.com/ashcrow/abr.git
$ cd abr
$ pip install .
```## Simple Usage
See [the example](/example.yaml) release file as a guide.
```
$ abr /path/to/your/release/file.yaml
```