This plugin enables Calendar Versioning (calver) with Release It! This is especially useful for application projects in a continuous delivery environment.
npm install --save-dev @csmith/release-it-calver-plugin
In release-it config:
"plugins": {
"@csmith/release-it-calver-plugin": {
"format": "YYYY.MM.MICRO"
}
}
More information on available format tags can be found here: calver