ItsNickBarry / npm-git-version-tagger

Automatically tag git commits with NPM release versions 🏷️

Home Page:https://www.npmjs.com/package/npm-git-version-tagger

Repository from Github https://github.comItsNickBarry/npm-git-version-taggerRepository from Github https://github.comItsNickBarry/npm-git-version-tagger

NPM Git Version Tagger

This package no longer functions because the NPM API no longer returns the gitHead attribute; maintenance is discontinued.

Automatically add git version tags to NPM package repositories.

Works for repositories in registry https://registry.npmjs.org/.

Usage

Install the CLI globally:

npm install -g npm-git-version-tagger

Navigate to a local git repository corresponding to an NPM package with release history.

Run the CLI to add tags to the local repository:

npm-git-version-tagger

Follow the printed instructions to push tags to a remote repository:

git push --tags

About

Automatically tag git commits with NPM release versions 🏷️

https://www.npmjs.com/package/npm-git-version-tagger

License:MIT License


Languages

Language:JavaScript 100.0%