@krux/last-release-git-tag
v1.0.3
Published
Determine the version of the last release with git tags
Downloads
35
Readme
last-release-git-tag
Installation
To install this plugin, execute:
npm install --save-dev @krux/last-release-git-tag
Usage
To use this plugin, modify your package.json
as follows:
"release": {
"getLastRelease": "./node_modules/@krux/last-release-git-tag",
}
If you have existing releases, ensure they start with v
as in v1.0.0
.