JavaScript template repository for Okkema Labs. Uses githooks for automatic versioning and Terraform for infrastructure provisioning.
- terraform
- Validates and applies /terraform
- issues
- Add issues to Okkema Labs project
- release
- Create a release for each new version
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.