Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.35 KB

README.md

File metadata and controls

76 lines (44 loc) · 1.35 KB

calens

Current Tag Docker Build

GitHub Action to generate changelogs based on Calens.

Usage

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

Inputs

source

Path to changelog definitions, defaults to changelog

target

Path to file where changelog gets written to

template

Path to changelog template file, defaults to changelog/CHANGELOG.tmpl

version

Generate changelog for defined version only

print

Print generated changelog directly, defaults to true

Outputs

generated

Generated changelog content

Security

If you find a security issue please contact [email protected] first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2022 Thomas Boerger <[email protected]>