auto-tag

AutoTag docs homepage 🤖 🏷ī¸

Take the hassle out of incrementing a tag version with AutoTag shell tool

GitHub tag Repo stars Repo forks

Made with Bash

A shell tool to increment the git tag for the current repo by a given level (e.g. minor), using the semantic versioning standard.

This saves you having to check the last known tag and to exactly type the next one.

This can be installed as a user-level bin executable so it can be run from anywhere.

Sample usage

Specify the tag increment level and the tool will figure out the next tag version and create the tag.

Here we increment the git version by minor level, from v1.1.0 to v1.2.0.

$ autotag m
🚛 Fetching tags...
🔍 Finding most recent tag...
👴 Last tag: v1.1.0
⭐ New tag: v1.2.0

View source

MichaelCurrin - auto-tag