Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 551 Bytes

Contributing to PISA

Thank you for your interest in contributing to PISA!

Please make sure to check out the Code of conduct first.

Versioning

To update the project's version we currently use bump. Bump can be installed using:

npm install -g @fabiospampinato/bump

All you need to do is running the following inside the repository:

bump [major|minor]patch]
git push origin master --tags