auto-tag

📦 Installation

1. Download

Choose a directory which is in your PATH variable.

For example, in Linux and macOS:

Navigate to that directory.

Then download the AutoTag script to it, as below.

Latest

e.g.

$ curl -O https://raw.githubusercontent.com/MichaelCurrin/auto-tag/master/autotag

Target release

To get a specific release, replace master with a valid tag version for this project.

e.g.

$ curl -O https://raw.githubusercontent.com/MichaelCurrin/auto-tag/v1.2.0/autotag

2. Change permissions

Make it executable:

3. Test

Navigate to another directory.

Test that the command can be found.

$ autotag --help

4. Upgrade

Follow the Upgrade command doc.