2022.8.19 • Published 2 years ago

@t-mart/release-it-calver-plugin v2022.8.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

release-it-calver-plugin

Calender Versioning (calver) plugin for Release It

codecov

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 @t-mart/release-it-calver-plugin

In release-it config:

"plugins": {
  "@t-mart/release-it-calver-plugin": {
    "format": "yyyy.mm.minor",
    "level": "calendar"
  }
}

More information on available format tags can be found here: calver