GitXplorerGitXplorer
a

bumper

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
ce9ee048a22a0001ca442e13601d27f81db71a0c

tidy

aaza547 committed a year ago
Unverified
93022fb4b644601da5c474bea60f7151283e434c

initial drop

aaza547 committed a year ago
Unverified
042f2d53156b3c75171d645ee802bed4052d3099

initial drop

aaza547 committed a year ago
Verified
f73fafbbcd52ee755f3d3199279cc7540bbfe223

Initial commit

aaza547 committed a year ago

README

The README file for this repository.

Bumper

A rust CLI tool for bumping changelogs.

Usage

PS D:\checkouts\bumper\target\release> .\bumper.exe --help
Automated changelog version bumping tool

Usage: bumper.exe [COMMAND]

Commands:
  major  Major version bump
  minor  Minor version bump
  patch  Patch version bump
  help   Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Build

cargo build [--release]