@calimaborges/last-release-git-tag
v0.0.1
Published
Determine the version of the last release with git tags
Downloads
4
Maintainers
Readme
@semantic-release/last-release-git-tag
semantic-release plugin to determine the version of the last release with git tags.
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",
}
}