🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@auto-it/git-tag

Package Overview
Dependencies
Maintainers
1
Versions
907
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-it/git-tag

Manage your projects version through just a git tag

Source
npmnpm
Version
11.3.4
Version published
Weekly downloads
16K
10.33%
Maintainers
1
Weekly downloads
 
Created
Source

Git Tag Plugin

Manage your projects version through just a git tag. This plugin is loaded by default when auto is installed through the binaries released on GitHub.

If you're using this plugin you aren't releasing your code to any platform (npm, maven, etc). Instead you version calculations is done entirely though git tags.

This plugin only:

  • gets last git tag
  • bump it to new version
  • create new tags
  • push to github

It will not:

  • Publish to a specific platform
  • Use any platform specific project information (ex: author or repo from a package.json)

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/git-tag
# or
yarn add -D @auto-it/git-tag

WARNING: You can only use one "package manager" at a time! Mixing them will lead to undesired results.

Usage

Simply add the plugins to your auto configuration.

{
  "plugins": ["git-tag"]
}

Canary Releases

This plugin does not support canaries. For canary support try using the upload-assets plugin

Keywords

automation

FAQs

Package last updated on 14 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts