Git: make a zip package with modified files in release branch
git archive -o <repo.zip> HEAD $(git diff --name-only <release-branch> master)