This package has been deprecated

Author message:

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

npm-git-version-tagger

1.1.1 • Public • Published

NPM Git Version Tagger

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

Package Sidebar

Install

npm i npm-git-version-tagger

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

3.77 kB

Total Files

4

Last publish

Collaborators

  • itsnickbarry