Generates a list of changes depending on the commit messages between two branches.
930
Version: 0.1.1
Add this to .bashrc
function generateChangelog() { (docker run --rm -it -v "${PWD}":/app/repo -e BRANCH="origin/development" -e BRANCH_MASTER="origin/master" oisann/swift-pr-changelog-generator:latest) }
It gets every commit between BRANCH_MASTER and BRANCH and generates a list of changes depending on the commit messages.
Content type
Image
Digest
Size
430.2 MB
Last updated
over 8 years ago
docker pull oisann/swift-pr-changelog-generator