Skip to content

actionhippie/calens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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