https://github.com/drowzy/rel
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drowzy/rel
- Owner: drowzy
- Created: 2017-03-29T20:47:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T19:09:11.000Z (about 9 years ago)
- Last Synced: 2025-06-05T07:29:54.261Z (about 1 year ago)
- Language: OCaml
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rel
Simple tool for managing releases
## Features
* Bump project version.
```bash
rel [ | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
```