Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 885 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 885 Bytes

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