Giter VIP home page Giter VIP logo

auto-semver's Introduction

Auto Semver

img

A small python tool that aims to let you focus on writing software, while it versions your code for you. Strictly follows Semver using Git tagging (more flexible support coming soon).

Install

pip install auto-semver

Usage

Run from within a git directory, will print the next Semver value to use by incrementing the patch number.

auto-semver

Run using local git tags (not from a remote).

auto-semver --use-local

Specifying a specific git remote.

auto-semver --remote [email protected]:JulianGindi/auto-increment-semver.git

Auto-incrementing a minor version.

auto-semver --value minor

Just print out the current highest git semver tag.

auto-semver --print-highest

You can also have auto-semver create a git tag for you locally by running a git tag command.

auto-semver -t

Auto Semver Replacer

You can have auto-semver automatically find and update a single "simple" semver (x.x.xx) value in a file you specify. This works great for files like Python's setup.py or Helm's Chart.yaml. Here is an example of updating a minor value in the file setup.py:

auto-semver --value minor -f setup.py

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.