3 releases
0.1.2 | Oct 23, 2023 |
---|---|
0.1.1 | Oct 21, 2023 |
0.1.0 | Oct 21, 2023 |
#8 in #viewing
12KB
307 lines
Rels - Simple CLI tool for tracking releases via Git
This is a CLI tool aiming to simplify tracking which JIRA tickets are in which releases.
By default, it assumes each tag in the repository is a release.
Installation
Requires Rust / Cargo - Install at https://rustup.rs/
Build + install using cargo install rels
.
Usage
To view all releases, and all the tickets in each release, simply run rels
from within the Git repo.
See rels --help
for other available commands.
Dependencies
~15–27MB
~420K SLoC