bumpCmd

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2016 License: MIT Imports: 6 Imported by: 2

README

version bump

Bump the project version string.

Usage

salsaflow version bump [-commit] VERSION

Description

Bump the project version string by invoking the set_version custom script.

In case -commit is set, the version string is committed into the current branch.

Steps

This command goes through the following steps:

  1. Invoke the set_version script, passing the new version string as the only argument.
  2. In case -commit is set, commit the version string into the current branch.

Documentation

Overview

Bump the project version string.

salsaflow version bump VERSION

Description

Bump the project version string by invoking the `set_version` custom script.

In case `-commit` is set, the version string is committed into the current branch.

Steps

This command goes through the following steps:

  1. Invoke the `set_version` script, passing the new version string as the only argument.
  2. In case `-commit` is set, commit the version string into the current branch.

Index

Constants

This section is empty.

Variables

View Source
var Command = &gocli.Command{
	UsageLine: "bump [-commit] VERSION",
	Short:     "bump version to the specified value",
	Long: `
  Bump the version string to the specified value.

  In case -commit is set, the changes are committed as well.
  The repository must be clean for the commit to be created.
	`,
	Action: run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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