Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 463 Bytes

develop.md

File metadata and controls

18 lines (16 loc) · 463 Bytes

Development

Setup local environment

Install dev tools required with:

make setup-env

Testing

Run tests using this command:

make test

Versioning

This projects uses Semantic Versioning and bumpversion. Use one the following commands to appropriately update ukpocopy version:

  • make bump_patch_version
  • make bump_minor_version
  • make bump_major_version