Giter Club home page Giter Club logo

tag-helper's Introduction

tag-helper - A tool to increment semver-compatible git tags

Linux build status

It does the following (tedious) steps in a single command:

  • Listing latest tag (provided it's in semver format)
  • Tagging the repo with a version that increments that tag

Following is what the --help option looks like:

USAGE:
    tag-helper [FLAGS] [repo]

FLAGS:
        --major      An incompatible release (3.2.1 -> 4.0.0)
        --minor      A normal release (3.2.1 -> 3.3.0)
        --patch      A bugfix release (3.2.1 -> 3.2.2)
        --force      Allow more than one tag for HEAD
    -h, --help       Prints help information
        --quiet      Print just the version
    -V, --version    Prints version information

ARGS:
    <repo>    Path to git repo [default: .]

All that's left is pushing the resulting tag to remote repo (via git push).

NOTE: minimum required rustc is v1.21, due to use of Iterator::for_each by structopt.


The code is distributed under the terms of both the MIT license and the Apache License (Version 2.0)

tag-helper's People

Contributors

tshepang avatar

Watchers

 avatar  avatar  avatar

Forkers

tshepang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.