jmayclin / bumper

This is a tool used to automate version bumps using conventional commit messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Invoke the binary from the main directory of s2n-quic

~/workspace/bumper$ cargo build --release
~/workspace/bumper$ cd ../s2n-quic
~/workspace/s2n-quic$ ../bumper/target/release/bumper

About

This is a tool used to automate version bumps using conventional commit messages.


Languages

Language:Rust 100.0%