An open API service indexing awesome lists of open source software.

https://github.com/rcmachado/changelog-action

GitHub Action for changelog tool
https://github.com/rcmachado/changelog-action

Last synced: 3 months ago
JSON representation

GitHub Action for changelog tool

Awesome Lists containing this project

README

        

# Changelog GitHub Action

This action runs `changelog` binary from `rcmachado/changelog` image.

[@rcmachado/changelog](https://github.com/rcmachado/changelog) generate and manipulate `CHANGELOG.md` files that follow the https://keepachangelog.com format.

## Inputs

### args

**Required** The arguments to pass to `changelog` binary.

## Example usage

```yaml
uses: rcmachado/changelog-action@v1
with:
args: fmt
```

## License

This work is licensed under MIT. See [LICENSE](./LICENSE) for details.