bump-version

command
v2.0.0-...-4b7107c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2023 License: MIT Imports: 3 Imported by: 0

README

Command: bump-version

Description

A git-aware semantic versioning command which uses the semver project to bump the version tag (in git) for a repository.

Usage

bump-version [-major] [-minor] [-patch] [-updateTag]

-The tool will query the local (.) git repo for the most recent tag

-If there are no tags on the local repo at (.), v0.0.0 is assumed
 as the starting value.

  -major
        Bump major version
  -minor
        Bump minor version
  -patch
        Bump patch version
  -updateTag
        Update the git tag
  -v    verbose output
  -verbose
        verbose output

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL