A composite action that wraps the git-cliff action with a default config
config
: Path of the configuration file. (Default:"cliff.toml"
)args
: Arguments to pass to git-cliff. (Default:"-v"
)output
: The output file to write to (Default:"CHANGELOG.md"
)
changelog
: Output file that contains the generated changelog.
generate-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: v1.1.0
- uses: PurpleBooth/changelog-action@v0.3.3
with:
args: v1.0.0..v1.1.0