https://github.com/actionhippie/calens
Action to generate changelogs based on Calens
https://github.com/actionhippie/calens
action github
Last synced: 5 months ago
JSON representation
Action to generate changelogs based on Calens
- Host: GitHub
- URL: https://github.com/actionhippie/calens
- Owner: actionhippie
- License: apache-2.0
- Created: 2022-03-07T09:38:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T08:17:11.000Z (about 2 years ago)
- Last Synced: 2024-04-08T09:48:04.444Z (about 2 years ago)
- Topics: action, github
- Language: Shell
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# calens
[](https://github.com/actionhippie/calens) [](https://github.com/actionhippie/calens/actions/workflows/docker.yml)
[GitHub Action](https://github.com/features/actions) to generate changelogs based on [Calens](https://github.com/restic/calens).
## Usage
```yml
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 thomas@webhippie.de first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2022 Thomas Boerger
```