Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 239 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 239 Bytes

Contributing

Releases

To increase the version of the package, run:

npm version <newversion> -m "build(release): v%s"

<newversion> needs to be replaced with a valid semantic version such as major, minor or patch.