@semantic-release/last-release-git-tagdeprecated

Determine the version of the last release with git tags

Usage no npm install needed!

<script type="module">
  import semanticReleaseLastReleaseGitTag from 'https://cdn.skypack.dev/@semantic-release/last-release-git-tag';
</script>

README

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