stephenlacy / gulp-bump

Bump any version in any file which supports semver with gulp (gulpjs.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to increment the major version number and decrement the minor and patch numbers at same time?

srb6556 opened this issue · comments

for example, my current version number is 1.12.84 and when I do a major release I want to increment the major version number but also make the minor and patch numbers to '0', which is something like this '2.0.0'. how to achieve that ?