rels

Crates.iorels
lib.rsrels
version0.1.2
sourcesrc
created_at2023-10-21 21:47:26.426187
updated_at2023-10-23 15:40:39.194014
descriptionA command line tool to easily track tickets and releases via git.
homepage
repository
max_upload_size
id1010264
size33,588
Matthew Winfield (matt-winfield)

documentation

README

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.

Commit count: 0

cargo fmt