#git #git-repository #ticket #tracking #command-line-tool #release #viewing

app rels

A command line tool to easily track tickets and releases via git

3 releases

0.1.2 Oct 23, 2023
0.1.1 Oct 21, 2023
0.1.0 Oct 21, 2023

#2305 in Command line utilities

Download history 21/week @ 2024-02-23 92/week @ 2024-03-01 8/week @ 2024-03-08

101 downloads per month

MIT license

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

~18–30MB
~485K SLoC