2.0.0 • Published 8 years ago

@semantic-release/last-release-git-tag v2.0.0

Weekly downloads
23
License
MIT
Repository
github
Last release
8 years ago

@semantic-release/last-release-git-tag

semantic-release plugin to determine the version of the last release with git tags.

Travis Codecov Greenkeeper badge

Configuration

The plugin doesn't have any options. It can be used with the following semantic-release configuration:

{
  "release": {
    "getLastRelease": "@semantic-release/last-release-git-tag",
  }
}