muratgozel / node-calver

Calendar based software versioning library as node.js module and with cli support. 📅
MIT License
29 stars 5 forks source link

Allow starting semantic components from non-zero #23

Open imgrant opened 1 year ago

imgrant commented 1 year ago

This PR adds a config input, calver.startFrom (default: 0), which can be used to start the numbering of semantic components from e.g. 1 instead of 0.

Possibly useful to some downstream packages using this which have raised it as a feature request: https://github.com/casmith/release-it-calver-plugin/issues/28