rglw_bumper

Crates.iorglw_bumper
lib.rsrglw_bumper
version0.2.2
sourcesrc
created_at2024-09-23 17:36:25.52031
updated_at2024-09-23 19:47:23.911627
descriptionThis is a simple command line tool to get a new version number based on a git commit with flags
homepage
repository
max_upload_size
id1384321
size18,840
Jonathan Franco (JONAF2103)

documentation

README

RGLW Bumper

pipeline status

Latest Release

This project is a small binary in order to bump version for rust projects, it reads the commit message and decides which version will bump based on semantic versioning and some flags.

The flags available are:

  • bump_major: this indicates to bump the major version
  • bump_minor: this indicates to bump the minor version
  • bump_patch: this indicates to bump the patch version

How to install

Run this cargo install rglw_bumper

How to use it

Just run the command like this:

rglw_bumper commit="some commit message including one flag" version="<CURRENT_VERSION>"

Where <CURRENT_VERSION> is the current version on semantic versioning syntax (ex: 0.0.1). The output of the command is the new version.

You can run rglw_bumper -h to get some help text.

Commit count: 0

cargo fmt