gitflow-incremental-builder
gitflow-incremental-builder copied to clipboard
Compare with previous commit
Hi,
I work on a project with multiple microservices, packaged as docker images. We use the monorepo approach, and are happily using gib for testing on our pull-requests.
However on our master branch we rebuild all the microservices and push them on the docker registry. We would like to be able to run gib by comparing with the previous commit, in order to know which microservice we must build and deploy.
Would you be open that we work on such a feature and propose a pullrequest ? If so, do you already have some guidelines ?
Thank you in advance,
Vincent
I've updated the README mentioning HEAD~1 in the referenceBranch section.