GitHub Action to generate changelogs based on Calens.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/calens@v1
with:
target: CHANGELOG.md
Path to changelog definitions, defaults to changelog
Path to file where changelog gets written to
Path to changelog template file, defaults to changelog/CHANGELOG.tmpl
Generate changelog for defined version only
Print generated changelog directly, defaults to true
Generated changelog content
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2022 Thomas Boerger <[email protected]>