Generates a patch for a single branch of a single repository using 'git diff'. Generates a git and a composer version of the patch. The tool should be run from the folder where the repository is located.
/bin/bash
cp .env.example .env
Specify the path to the patch converter tool in the .env file.
create-patch.sh -h
Example:
create-patch.sh -b ABCD-1234
create-patch.sh -b ABCD-1234 -v v2
create-patch.sh -b ABCD-1234_DEBUG -v v2