semantic-release plugin to determine the version of the last release with git tags.
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",
}
}