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
- Host: GitHub
- URL: https://github.com/rcmachado/changelog-action
- Owner: rcmachado
- License: mit
- Created: 2020-05-29T02:01:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T03:02:08.000Z (about 5 years ago)
- Last Synced: 2024-10-14T09:11:09.703Z (8 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.