@t-mart/release-it-calver-plugin

2022.8.19 • Public • Published

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

Package Sidebar

Install

npm i @t-mart/release-it-calver-plugin

Weekly Downloads

1

Version

2022.8.19

License

MIT

Unpacked Size

8.03 kB

Total Files

10

Last publish

Collaborators

  • t-mart