https://github.com/cucumber/action-changelog
GitHub Action for changelog tool
https://github.com/cucumber/action-changelog
changelog github-actions polyglot-release
Last synced: 3 months ago
JSON representation
GitHub Action for changelog tool
- Host: GitHub
- URL: https://github.com/cucumber/action-changelog
- Owner: cucumber
- License: mit
- Created: 2021-07-21T20:07:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T12:38:06.000Z (about 2 years ago)
- Last Synced: 2025-02-05T13:06:03.555Z (11 months ago)
- Topics: changelog, github-actions, polyglot-release
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
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.
## Outputs
### result
The output from the changelog command
## Example usage
```yaml
uses: rcmachado/changelog-action@v1
with:
args: fmt
```
The output will be in the step's `result` output.
## License
This work is licensed under MIT. See [LICENSE](./LICENSE) for details.