Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 925 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 925 Bytes

Okkema Labs Template

JavaScript template repository for Okkema Labs. Uses githooks for automatic versioning and Terraform for infrastructure provisioning.

Workflows

Versioning

Versions are automatically incremented using /.githooks following Semantic Versioning. Every commit will increment the version, prerelease by default. The version can be set by including "#<VERSION>" in the commit message, e.g. "Some feature #minor". See npm version for more details.