/last-release-git-tag

:no_entry_sign: Determine the version of the last release with git tags

Primary LanguageJavaScriptMIT LicenseMIT

@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",
  }
}