npm-git-version-taggerdeprecated

Automatically add git version tags to NPM package repositories.

Usage no npm install needed!

<script type="module">
  import npmGitVersionTagger from 'https://cdn.skypack.dev/npm-git-version-tagger';
</script>

README

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