Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsnickbarry/npm-git-version-tagger
Automatically tag git commits with NPM release versions 🏷️
https://github.com/itsnickbarry/npm-git-version-tagger
git npm release tag tagger version wow
Last synced: 18 days ago
JSON representation
Automatically tag git commits with NPM release versions 🏷️
- Host: GitHub
- URL: https://github.com/itsnickbarry/npm-git-version-tagger
- Owner: ItsNickBarry
- License: mit
- Archived: true
- Created: 2019-08-09T05:43:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T00:28:54.000Z (about 3 years ago)
- Last Synced: 2025-01-06T09:23:51.473Z (about 1 month ago)
- Topics: git, npm, release, tag, tagger, version, wow
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/npm-git-version-tagger
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```