Skip to content

t-mart/release-it-calver-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Calender Versioning (calver) plugin for Release It!

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript 100.0%