Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 207 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 207 Bytes

Contributing to zebra4j

After adding new files, run:

./mvnw license:update-file-header

Before merging, run:

./mvnw install

To deploy, run:

./mvnw -P release deploy