semantic-release / last-release-git-tag

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%