This action generates a changelog suitable for use with creating a pull request using the output of git log
.
The base ref to compare against when running git log <base>..<head>
. Default "origin/master"
.
Required The head ref to compare against when running git log <base>..<head>
.
Additional arguments to pass to git log
.
The sanitized output of git log --no-merges --no-decorate --topo-order --reverse --format='* %s' <log-args> <base>..<head>
.
uses: thedyrt/[email protected]
with:
base: 'origin/master'
head: 'origin/develop'
log-args: '[email protected]'