Skip to content

actionhippie/calens

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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]>