JSPM

@auto-it/git-tag

7.16.4-canary.718.9379.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14740
  • Score
    100M100P100Q137418F

Manage your projects version through just a git tag

Package Exports

  • @auto-it/git-tag

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@auto-it/git-tag) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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:

  1. gets last git tag
  2. bump it to new version
  3. create new tags
  4. push to github

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

Usage

Simply add the plugins to your auto configuration.

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