static-mustache
static-mustache copied to clipboard
Add continious integration and switch to Continious Delivery
Ideally we should have
- development branch
- beta branch
- master branch
Merge to master branch should trigger release to maven-central and merge of the same changes to beta branch.
Merge to beta branch should trigger release to maven-central with *-beta
version.
I think it's ok to switch to gradle if it's easier to support development process