Skip to content

craicoverflow/install-git-chglog

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

install-git-chglog

This action installs git-chglog and adds it to your PATH.

Usage

See action.yaml

Basic:

steps:
- uses: actions/install-git-chglog@v1
- run: git-chglog -o CHANGELOG.md

License

The scripts and documentation in this project are released under the MIT License.

Contributions

Are welcome.

Limitations

This will only run on ubuntu, so there is no point in passing anything to runs-on. I did not see a need to add this, but if you have this use case please reach out via an issue or PR.