philcon93 / chrono-release

https://www.npmjs.com/package/chrono-release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm i --save-dev chrono-release

Chrono Release

Creates a new git tag for a git repository. It will generate a version number, based on chronological versioning..

Usage

chrono-release trigger

Generates a date-based version number.

  • Year + Month + Iteration

So, the first release in March 2019 would be 19.3.0

Multiple releases per month

If multiple releases occur in a month, the final number will increase. Otherwise, an entirely new version number will be generated.

Given that the date is 2019-03-05 (day is irrelevant) and there has already been release this month, the next release number will be: 19.3.1

About

https://www.npmjs.com/package/chrono-release


Languages

Language:JavaScript 100.0%