xablau

module
v0.0.0-...-12efd19 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2019 License: Apache-2.0

README

xablau

A cloud native operations tool to aid developers with software development lifecycle

Commands

semver bump [path/to/repository]

This command reads commits from git repository and create semantic versioning git tags based on commits messages markups. This command works as described bellow:

  1. The first time it'll take the HEAD commit and put as v0.0.0 so we recommend running the semver bump on the initial commit.
  2. Now any further run of this command xablau will look for the following markups on commits messages:
    • up:major - Upgrades a major version
    • up:minor - Upgrades a minor version
    • up:patch - Upgrades a patch version

You can have multiple commits with markups and when you run the semver bump xablau will upgrade and create the tags according to each specified version upgrade level.

Parameters

  • --disable-push, -d - By default xablau will push the tags to remote, you can specify this flag to disable this behavior.
  • --remote [remote], -r - When xablau is pushing the tags to remote the default remote used is origin you can change the remote name using this parameter.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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